8 #ifndef META_OCEAN_PLATFORM_WXWIDGETS_BITMAP_H
9 #define META_OCEAN_PLATFORM_WXWIDGETS_BITMAP_H
28 class OCEAN_PLATFORM_WXWIDGETS_EXPORT
Bitmap :
public wxBitmap
42 explicit Bitmap(
const wxImage& image,
const double scaleFactor = 1.0);
50 explicit Bitmap(
const Frame& frame,
const bool convertIfNecessary =
true,
const double scaleFactor = 1.0);
60 Bitmap(
const Frame& frame,
const unsigned char* backgroundColor,
const bool convertIfNecessary,
const double scaleFactor = 1.0);
69 bool setFrame(
const Frame& frame,
const bool convertIfNecessary =
true,
const double scaleFactor = 1.0);
80 bool setFrame(
const Frame& frame,
const unsigned char* backgroundColor,
const bool convertIfNecessary =
true,
const double scaleFactor = 1.0);
This class implements Ocean's image class.
Definition: Frame.h:1792
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15