[Overview][Types][Classes][Index] |
Indicates whether a mask shall be used in rendering an image.
Source position: imglist.pp line 104
type TImageType = ( |
||
itImage, |
|
Don't apply a mask. |
itMask |
|
Apply the mask. |
); |
The mask specifies the transparent part of the image
lazarus-ccr.sourceforge.net |