This property sets whether or not a 24 or 32 bit color image will be displayed in high quality when it is reduced in size. (When the image is larger than the ImageKit Control). This property has been deprecated. Use the StretchMode property instead.

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

Property Value

Value Explanation
True Images will be displayed in high quality.
False Images will be displayed as normal. (Default)

Explanation

The RefineColorImage property refers to whether a 24 or 32 bit color image, displayed in the ImageKit Control, is displayed in high quality when it's size is reduced. (This occurs when the image displayed is larger than the ImageKit Control and the display mode is not actual size.) The default value is False.

If that even if the RefineColorImage property is True or if the BackgroundImageFile property has been set with a valid file, when the Edit.EditEnable property is True, image will be displayed as normal and not in High Quality display.

IMPORTANT: This property has been deprecated. It is being maintained to provide backward compatibility with the ImageKit7. Please use the StretchMode property instead.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

[Differences between the ImageKit7 ActiveX/VCL]

The Refine1BitImage property value can now only be set at runtime. It can no longer be set at design time. To receive the same results as the ImageKit7, set the StretchMode property to 0 (vikRefineImage).

 

The ImageKit10 VCL is a product created by Newtone Corporation