[Visual
Basic] imagekitcontrolname.RectDrawFix
[= Boolean ]
[Visual
C++] [BOOL =
]imagekitcontrolname.GetRectDrawFix()
imagekitcontrolname.SetRectDrawFix(BOOL Val)
imagekitcontrolname.SetRectDrawFix(BOOL Val)
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
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).
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.