This property sets the point on the image that will be displayed from the top left corner of the ImageKit Control. The index can range from 0 to 99.
[Visual Basic] Public Property StartX As
Integer
[C#] public int StartX {get; set;}
Property Value
The horizontal position on the image that will be displayed from the left of the ImageKit Control.
The default value is 0.
Explanation
The StartX property sets the point on the layer image that will be displayed from the top left corner of the ImageKit Control. The image that the StartX property relates to is the image set in the Layer(Index).Image property.
If the base image has not been set this property is disabled.
Example (in Visual Basic)
ImageKit1.Layer(0).StartX = 300 ImageKit1.Layer(0).StartY = 200 ImageKit1.Refresh()
See Also
ImageKit.Layer Members | Newtone.ImageKit.Win.ImageKit