This property enables the transparent color in the base image.

[C++Builder]   imagekitcontrolname->Transparent[= bool ]
[Delphi]   imagekitcontrolname.Transparent[= Boolean ]

Reference

Value Explanation
True The transparent color is enabled
False The transparent color is disabled (Default)

Explanation

The Transparent property enables the transparent color in the base image. The default value is False.

When True, the color set in the TransBlue, TransGreen, and TransRed properties will appear as transparent when the base image is displayed in the ImageKit Control.

If the base image referred to by the ImageHandle property is a vector image then transparency is disabled.

When the Transparent property is True and the BackgroundImageFile property is not set or set to a invalid file
The ImageKit Control will be displayed through those portions of the base image where there is the transparent color.

When the Transparent property is True and the BackgroundImageFile property is set to an valid file
The background image will be displayed through those portions of the base image where there is the transparent color.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation