[Visual
Basic] imagekitcontrolname.DispStartY
[= Long ]
[Visual
C++] [long =
]imagekitcontrolname.GetDispStartY()
imagekitcontrolname.SetDispStartY(long Val)
imagekitcontrolname.SetDispStartY(long Val)
Property Value
The vertical position on the image that will be displayed from the top 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 run-time.Retrieving this value
This value can be retrieved at run-time.