This property refers to the number of bits per pixel in the image set in the ImageHandle property
[C++Builder]   imagekitcontrolname->BitCount [= short ]
[Delphi]   imagekitcontrolname.BitCount [= Smallint ]

Property Value

The number of bits per pixel in an image.

Value Explanation
1 2 color (i.e. Black and White)
4 16 color
8 256 color
16 16 bit color
24 24 bit color
32 32 bit color

Explanation

The BitCount property refers to the number of bits per pixel in the image. After setting the ImageHandle property, the BitCount property value is automatically updated. 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.

 

The ImageKit10 VCL is a product created by Newtone Corporation