Displaying 2 results from an estimated 2 matches for "yfactor".
Did you mean:
factor
2007 Jun 05
0
[1045] trunk/wxruby2/swig/classes/include/wxImage.h: Add missing Size and Resize methods in Wx::Image
...;cx"> void SetPalette(const wxPalette& palette ) ;
</span><span class="cx"> void SetRGB(int x , int y , unsigned char red , unsigned char green , unsigned char blue ) ;
</span><span class="cx"> wxImage ShrinkBy( int xFactor , int yFactor ) const ;
</span><del>-
</del><ins>+        wxImage Size(const wxSize& size, const wxPoint pos, int red = -1, int green = -1, int blue = -1);
</ins><span class="cx"> };
</span><...
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...ed char
-        */
-
</del><span class="cx"> void SetRGB(int x , int y , unsigned char red , unsigned char green , unsigned char blue ) ;
</span><ins>+ wxImage ShrinkBy( int xFactor , int yFactor ) const ;
+
</ins><span class="cx"> };
</span><span class="cx">
</span><span class="cx">
</span></span></pre>
</div>
</div>
</body>
</html>