This property refers to the type of mask data in the 16bit color or 32bit color image set in the Layer(LayerNo).ImageHandle property.
[Visual
Basic] imagekitcontrolname.Layer(Index).Mask1632
[ = Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetLayer(Index).GetMask1632()
* The index can range from 0 to 99
Reference
The type of mask data for 16 or 32 bit color images
Value | Explanation |
---|---|
0 | The BitCount property is not 16 bit or 32 bit |
1 | Mask data exists (RGB555 format) |
2 | Mask data exists (RGB565 format) |
3 | Mask data does not exist (RGB555 format) |
4 | Mask data exists (RGB888 format) |
5 | Mask data does not exist (RGB888 format) |
Explanation
The Mask1632 property refers to the type of mask data in the 16bit color or 32bit color image set in the Layer(LayerNo).ImageHandle property.
After setting the Layer(LayerNo).ImageHandle property, the value of the Mask1632 property is automatically set.
This property is not valid for vector images.
Setting this value
This value cannot be set.Retrieving this value
This value can be retrieved at run-time.