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

[Visual Basic] Public Property StartDrawX As Integer
[C#] public int StartDrawX {get; set;}

Property Value

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

Explanation

The StartDrawX and StartDrawY properties get or set the point on the image that will be displayed from the top left corner of the ImageKit Control. By setting the StartDrawX and StartDrawY properties, large images can be loaded into the ImageKit Control and displayed from a specified position on the image. StartDrawX and StartDrawY are enabled when the image is displayed in actual size. Furthermore, if DrawCenterX and DrawCenterY properties are set to values other than 0 then StartDrawX and StartDrawY properties are disabled.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation