This property sets whether or not an annotation object, when moved, is automatically positioned entirely within the image area.

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

Property Value

True: The annotation object is automatically positioned to be entirely within the image area

False: The annotation object is not automatically positioned and can be outside the image area

Default value is True

Explanation

The LimitMovePosition property sets whether or not an annotation object, when moved, is automatically positioned entirely within the image area.

When the LimitMovePosition property is True, when an object is moved, it will automatically be positioned so that the entire object is within the area of the image on which the annotation object is placed. This property is valid only when the when the LimitAnnotationPosition property is False. If the LimitAnnotationPosition is True, the object will automatically be repositioned regardless of the value of the LimitMovePosition property.

When the LimitMovePosition property property is False AND the LimitAnnotationPosition property is False, the annotation object will not be repositioned when it is moved and part or all of the annotation object may be drawn outside of the image area.

NOTE: If an annotation object is loaded from an annotation file and that annotation file defines the object's position outside the image area, the object will NOT be repositioned.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation