Public Member Functions | |
this () | |
this (Image image) | |
this (Image image, int depth) | |
this (string name) | |
this (string name, BitmapType type) | |
this (int width, int height) | |
this (int width, int height, int depth) | |
this (Bitmap bitmap) | |
this (IntPtr wxobj) | |
Image | ConvertToImage () |
int | Height () |
void | Height (int value) |
bool | LoadFile (string name, BitmapType type) |
bool | SaveFile (string name, BitmapType type) |
bool | SaveFile (string name, BitmapType type, Palette palette) |
int | Width () |
void | Width (int value) |
virtual bool | Ok () |
int | Depth () |
void | Depth (int value) |
Bitmap | GetSubBitmap (Rectangle rect) |
Mask | mask () |
void | mask (Mask value) |
Palette | palette () |
Palette | ColourMap () |
bool | CopyFromIcon (Icon icon) |
Static Public Member Functions | |
static wxObject | New (IntPtr ptr) |
Static Public Attributes | |
static Bitmap | wxNullBitmap |
this | ( | ) |
Reimplemented in Icon.
this | ( | Image | image | ) |
this | ( | Image | image, | |
int | depth | |||
) |
this | ( | string | name | ) |
Reimplemented in Icon.
this | ( | string | name, | |
BitmapType | type | |||
) |
Reimplemented in Icon.
this | ( | int | width, | |
int | height | |||
) |
this | ( | int | width, | |
int | height, | |||
int | depth | |||
) |
this | ( | Bitmap | bitmap | ) |
Image ConvertToImage | ( | ) |
int Height | ( | ) |
void Height | ( | int | value | ) |
bool LoadFile | ( | string | name, | |
BitmapType | type | |||
) |
bool SaveFile | ( | string | name, | |
BitmapType | type | |||
) |
bool SaveFile | ( | string | name, | |
BitmapType | type, | |||
Palette | palette | |||
) |
int Width | ( | ) |
void Width | ( | int | value | ) |
virtual bool Ok | ( | ) |
Reimplemented in Cursor.
int Depth | ( | ) |
void Depth | ( | int | value | ) |
Mask mask | ( | ) |
void mask | ( | Mask | value | ) |
Palette palette | ( | ) |
Palette ColourMap | ( | ) |
bool CopyFromIcon | ( | Icon | icon | ) |
static wxObject New | ( | IntPtr | ptr | ) | [static] |
Bitmap wxNullBitmap [static] |