-
- @param index
- Image index, starting from zero.
-
- @param dc
- Device context to draw on.
-
- @param x
- X position on the device context.
-
- @param y
- Y position on the device context.
-
- @param flags
- How to draw the image. A bitlist of a selection of the following:
-
- wxIMAGELIST_DRAW_NORMAL
-
-
- Draw the image normally.
-
- wxIMAGELIST_DRAW_TRANSPARENT
-
-
- Draw the image with transparency.
-
- wxIMAGELIST_DRAW_SELECTED
-
-
- Draw the image in selected state.
-
- wxIMAGELIST_DRAW_FOCUSED
-
-
- Draw the image in a focused state.
-
- @param solidBackground
- For optimisation - drawing can be faster if the function is told
- that the background is solid.
+
+ @param index
+ Image index, starting from zero.
+ @param dc
+ Device context to draw on.
+ @param x
+ X position on the device context.
+ @param y
+ Y position on the device context.
+ @param flags
+ How to draw the image. A bitlist of a selection of the following:
+
+
+
+
+
+
+ wxIMAGELIST_DRAW_NORMAL
+
+
+
+
+ Draw the image normally.
+
+
+
+
+
+ wxIMAGELIST_DRAW_TRANSPARENT
+
+
+
+
+ Draw the image with transparency.
+
+
+
+
+
+ wxIMAGELIST_DRAW_SELECTED
+
+
+
+
+ Draw the image in selected state.
+
+
+
+
+
+ wxIMAGELIST_DRAW_FOCUSED
+
+
+
+
+ Draw the image in a focused state.
+ @param solidBackground
+ For optimisation - drawing can be faster if the function is told
+ that the background is solid.