This property sets whether or not the selected area drawn on the base image in the ImageKit Control can be resized with the mouse.

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

Property Value

Value Explanation
True The selected area cannot be resized with the mouse
False The selected area can be resized with the mouse

Explanation

The RectDrawFix property sets whether or not the selected area drawn on the base image in the ImageKit Control can be resized with the mouse. If the RectDrawFix property is True, the RectDraw property must also be True. This will fix the size of the selected area drawn on the base image in the ImageKit Control. It cannot be resized using the mouse. (It can however be moved with the mouse.) If this property is not set, the rectangular area can be resized with the mouse (Default value is False).

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation