When Scale display mode is being used, this property sets the Y coordinate in the ImageKit control where the top left corner of the image is displayed.

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

Property Value

The Y coordinate in the ImageKit control where the top left corner of the image is displayed

Explanation

When the display mode is set to Scale and the ScaledImageAlign property is set to Align .None, the ScaledStartDrawY property sets or retrieves the y coordinate location in the ImageKit control where the top left corner of the image displayed. The ScaledStartDrawY property value is represented as Y in the image below:

 

 

Note: The StartDrawY property refers to the vertical (y) coordinate on the image whereas the ScaledStartDrawY property refers to the vertical (y) coordinate on the ImageKit control.

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation