RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ImgList.TImageType Enumeration

TImageType indicates whether to use a mask when rendering an image from an image list.

Pascal
TImageType = (
  itImage,
  itMask
);
C++
enum TImageType {
  itImage,
  itMask
};

TImageType indicates whether to use a mask when rendering an image in an image list. It includes the following values:

Value 
Meaning 
itImage  
Image does not include a mask.  
itMask  
Image uses a mask.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!