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.
Bitmaprepresents a C++wxBitmapclass 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++
wxBitmapclass’s documentation for more details.
Aliased Type§
pub struct Bitmap(/* private fields */);