pub type Bitmap = BitmapIsOwned<true>;
Expand description
This class encapsulates the concept of a platform-dependent bitmap, either monochrome or colour or colour with alpha channel support.
Bitmap
represents a C++wxBitmap
class instance which your code has ownership,BitmapIsOwned
<false>
represents one which don’t own.- Use
Bitmap
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxBitmap
class’s documentation for more details.
Aliased Type§
pub struct Bitmap(/* private fields */);