Public Member Functions | |
this (int width, int height, bool mask=true, int initialCount=1) | |
this (IntPtr wxobj) | |
this () | |
int | Add (Bitmap bitmap) |
int | Add (Bitmap bitmap, Bitmap mask) |
int | Add (Icon icon) |
int | Add (Bitmap bmp, Colour maskColour) |
bool | Create (int width, int height) |
bool | Create (int width, int height, bool mask) |
bool | Create (int width, int height, bool mask, int initialCount) |
int | ImageCount () |
bool | Draw (int index, DC dc, int x, int y) |
bool | Draw (int index, DC dc, int x, int y, int flags) |
bool | Draw (int index, DC dc, int x, int y, int flags, bool solidBackground) |
bool | Replace (int index, Bitmap bitmap) |
bool | Remove (int index) |
bool | RemoveAll () |
bool | GetSize (int index, inout int width, inout int height) |
Static Public Member Functions | |
static wxObject | New (IntPtr ptr) |
Public Attributes | |
const int | wxIMAGELIST_DRAW_NORMAL = 0x0001 |
const int | wxIMAGELIST_DRAW_TRANSPARENT = 0x0002 |
const int | wxIMAGELIST_DRAW_SELECTED = 0x0004 |
const int | wxIMAGELIST_DRAW_FOCUSED = 0x0008 |
this | ( | int | width, | |
int | height, | |||
bool | mask = true , |
|||
int | initialCount = 1 | |||
) |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | ) |
static wxObject New | ( | IntPtr | ptr | ) | [static] |
int Add | ( | Bitmap | bitmap | ) |
int Add | ( | Icon | icon | ) |
bool Create | ( | int | width, | |
int | height | |||
) |
bool Create | ( | int | width, | |
int | height, | |||
bool | mask | |||
) |
bool Create | ( | int | width, | |
int | height, | |||
bool | mask, | |||
int | initialCount | |||
) |
int ImageCount | ( | ) |
bool Draw | ( | int | index, | |
DC | dc, | |||
int | x, | |||
int | y | |||
) |
bool Draw | ( | int | index, | |
DC | dc, | |||
int | x, | |||
int | y, | |||
int | flags | |||
) |
bool Draw | ( | int | index, | |
DC | dc, | |||
int | x, | |||
int | y, | |||
int | flags, | |||
bool | solidBackground | |||
) |
bool Replace | ( | int | index, | |
Bitmap | bitmap | |||
) |
bool Remove | ( | int | index | ) |
bool RemoveAll | ( | ) |
bool GetSize | ( | int | index, | |
inout int | width, | |||
inout int | height | |||
) |
const int wxIMAGELIST_DRAW_NORMAL = 0x0001 |
const int wxIMAGELIST_DRAW_TRANSPARENT = 0x0002 |
const int wxIMAGELIST_DRAW_SELECTED = 0x0004 |
const int wxIMAGELIST_DRAW_FOCUSED = 0x0008 |