Draws a bitmap (non-resizable).
Derived from
Members
wxBitmapShape::wxBitmapShape
wxBitmapShape::~wxBitmapShape
wxBitmapShape::GetBitmap
wxBitmapShape::GetFilename
wxBitmapShape::SetBitmap
wxBitmapShape::SetFilename
wxBitmapShape()
Constructor.
~wxBitmapShape()
Destructor.
wxBitmap& GetBitmap() const
Returns a reference to the bitmap associated with this shape.
wxString GetFilename() const
Returns the bitmap filename.
void SetBitmap(const wxBitmap& bitmap)
Sets the bitmap associated with this shape. You can delete the bitmap from the calling application, since reference counting will take care of holding on to the internal bitmap data.
void SetFilename(const wxString& filename)
Sets the bitmap filename.