The DispScaleX and DispScaleY properties set the magnification at which and image is displayed in the ImageKit Control. (Actual size display is 1 by default)

[C++Builder]   imagekitcontrolname->DispScaleX [= double ]
[Delphi]   imagekitcontrolname.DispScaleX [= Double ]

Property Value

The magnification at which an image is displayed.

Explanation

The DispScaleX and DispScaleY properties set the magnification at which and image is displayed in the ImageKit Control. (Actual size display is 1 by default). If the DispScaleX and DispScaleY properties equal 2, for example, then the image will be displayed a twice actual size. Likewise, if the the DispScaleX and DispScaleY properties equal 0.5, then the image will be displayed at half actual size. The DispScaleX and DispScaleY properties are only effective when the image is displayed at actual size.

Setting this value

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

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation