wxMemoryDC

wxMemoryDC
wxMemoryDCs are used to draw to wxBitmaps in memory.

Creation Parameters

You must either delete the wxMemoryDC (with delete_instance) or call select_object( wxNullBitmap ) before selecting the bitmap into another wxMemoryDC.

Functions/Procedures
Supertopics

wxMemoryDC

[proc]
select_object
( atom dc, atom obj )

Category: wxMemoryDC

Selects a bitmap into the wxMemoryDC. If obj is wxNullBitmap, then the bitmap currently selected into the DC is deselected.