The DispStartX and DispStartY properties get or set the point on the image that will be displayed from the top left corner of the ImageKit Control.

[C++Builder]   imagekitcontrolname->DispStartX[= int ]
[Delphi]   imagekitcontrolname.DispStartX[= Integer ]

Property Value

The horizontal position on the image that will be displayed from the left of the ImageKit Control.

Explanation

By setting the DispStartX and DispStartY properties, large images can be loaded into the ImageKit Control and displayed from a specified position on the image. DispStartX and DispStartY are enabled when the image is displayed in actual size. Furthermore, if DispCenterX and DispCenterY properties are set to values other than 0 then DispStartX and DispStartY properties are disabled.

The DispStartX and DispStartY properties supercede the older StartX and StartY properties in earlier versions of the ImageKit.

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