defines modes how an image is drawn onto a device More...
| Variables | |
| const short | NONE = 0x0000 | 
| the image is drawn as is, without any color transformation. | |
| const short | DISABLE = 0x0001 | 
| the image is drawn as if it represented a feature whose state is disabled. | |
| const short | HIGHLIGHT = 0x0002 | 
| the image is drawn as being highlighted. | |
| const short | DEACTIVE = 0x0004 | 
| the image is drawn as being deactivated. | |
| const short | SEMITRANSPARENT = 0x0010 | 
| the image is drawn semi-transparent. | |
defines modes how an image is drawn onto a device
| const short DEACTIVE = 0x0004 | 
the image is drawn as being deactivated.
| const short DISABLE = 0x0001 | 
the image is drawn as if it represented a feature whose state is disabled.
| const short HIGHLIGHT = 0x0002 | 
the image is drawn as being highlighted.
| const short NONE = 0x0000 | 
the image is drawn as is, without any color transformation.
| const short SEMITRANSPARENT = 0x0010 | 
the image is drawn semi-transparent.