This property sets whether area can be selected on the base image displayed in the ImageKit Control. An area can be selected either by a mouse drag or by setting the RectBottom, RectLeft, RectRight, and RectTop properties.

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

Property Value

Value Explanation
True (default) An area on the image can be selected.
False An area on the image cannot be selected.

Explanation

When the RectDraw property is True, an area on the base image can be selected by either using a mouse drag or by setting the RectBottom, RectLeft, RectRight, and RectTop properties directly. If an area has been selected by dragging the mouse then the coordinates for the selected area are set in the RectBottom, RectLeft, RectRight, and RectTop properties.

Note: When an area has been selected on the image, the border of the selected area is displayed in alternating colors. These colors are determined by the RectColor1 and RectColor2 properties and the speed that they alternate is determined by the BlinkSpeed property.

When the MouseDragImage property is True, even if the RectDraw property is True, an area on the image cannot selected or a selected area cannot moved with the mouse.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation