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

[C++Builder]   imagekitcontrolname->RectDrawFix [= bool ]
[Delphi]   imagekitcontrolname.RectDrawFix [= Boolean ]

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.

 

The ImageKit10 VCL is a product created by Newtone Corporation