Displaying 4 results from an estimated 4 matches for "wxmemorydc".
Did you mean:
memorydc
2006 Sep 03
3
Patch for DrawLines
These enable DrawLines and DrawPolygons. I disable the wxList one since
the WX docs indicate that the list is now ''type-safe'' requiring a
derived class to send a wxList of Points. Since we''re unlikely to do
this I just blocked it off so it doesn''t interfere with internal
functions that may call that one.
Note: MemoryDC doesn''t inherit from DC.h.
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...es/include/wxHtmlWindow.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxListBoxh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxListBox.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxMemoryDCh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxMemoryDC.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxPanelh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxPanel.h</a></li>
<li><a href="#...
2006 Dec 03
0
[776] trunk/wxruby2: Added Bitmap#draw method, updated sample
...2006-12-03 12:19:45 UTC (rev 775)
+++ trunk/wxruby2/doc/textile/memorydc.txtl        2006-12-03 15:39:37 UTC (rev 776)
</span><span class="lines">@@ -1,10 +1,9 @@
</span><span class="cx"> h1(#wxmemorydc). Wx::MemoryDC
</span><span class="cx">
</span><del>-A memory device context provides a means to draw graphics onto a bitmap. When
-drawing in to a mono-bitmap, using @WHITE@, @WHITE_PEN@ and
-@WHITE_BRUSH@
-will draw the background colour (i.e. 0) whereas all oth...
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...p;nbsp       /**
-         * \brief Returns a scaled version of the image. This is also useful for
-scaling bitmaps in general as the only other way to scale bitmaps
-is to blit a wxMemoryDC into another wxMemoryDC.
-
-It may be mentioned that the GTK port uses this function internally
-to scale bitmaps when using mapping modes in wxDC.
-
-Example:
-         * \param int
-     &a...