This property sets whether or not an image will be displayed in high quality in the Pan Window. This property has been deprecated.

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

Property Value

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

Explanation

The RefineImage property sets whether or not an image will be displayed in high quality in the Pan Window. The default value is True.

The RefineImage property is applied regardless of the image bitcount.

IMPORTANT: This property has been deprecated. Please do not use this property in new applications. It is being maintained to provide backward compatibility with the ImageKit7.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

Differences between the ImageKit7 ActiveX/VCL

For programs to function like IK7 programs, set the StretchMode property to 0 (vkRefineImage).

 

The ImageKit10 VCL is a product created by Newtone Corporation