/////////////////////////////////////////////////////////////////////////////
// Name: dcmemory.h
-// Purpose: documentation for wxMemoryDC class
+// Purpose: interface of wxMemoryDC
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{dc}
- @seealso
- wxBitmap, wxDC
+ @see wxBitmap, wxDC
*/
class wxMemoryDC : public wxDC
{
Also, before using the updated bitmap data, make sure to select it out of
context first
(for example by selecting wxNullBitmap into the device context).
-
+
@see wxDC::DrawBitmap
*/
void SelectObject(wxBitmap& bitmap);
*/
void SelectObjectAsSource(const wxBitmap& bitmap);
};
+