This property allows an image, displayed in actual size, to be displayed in a custom position within the ImageKit control.

[Visual Basic] Public Property StartCoordinatesFree As Boolean
[C#] public bool StartCoordinatesFree {get; set;}

Property Value

True: The image can be displayed in a custom position

False: The image cannot be displayed in a custom position

Default value is False

Explanation

The StartCoordinatesFree property allows an image, displayed in actual size, to be displayed in a custom position within the ImageKit control.

When StartCoordinatesFree property is True and the image's actual size is larger than the ImageKit control, negative values can be set in the StartDrawX and StartDrawY properties which will shift the image down and to the right in the ImageKit control. When StartCoordinatesFree property is False, setting negative values in the StartDrawX and StartDrawY properties will have not affect. (You can set positive values in the StartDrawX and StartDrawY properties at anytime regardless of StartCoordinatesFree property.

When StartCoordinatesFree property is True and the image is smaller than the ImageKit control, the StartCoordinatesFree property allows the image to be displayed in a position other than centered within the ImageKit control. This property is enabled with the Edit.EditEnabled property is False.

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation