This property refers to the bottom coordinate of the selected area in the ImageKit Control.

[C++Builder]   imagekitcontrolname->RectBottom [= int ]
[Delphi]   imagekitcontrolname.RectBottom [= Integer ]

Property Value

The distance in pixels that the bottom of the selected area is from the origin (the top left corner of the image)

Explanation

The RectBottom property refers to the bottom coordinate of the selected area in the ImageKit Control.

The RectBottom, RectLeft, RectRight, and RectTop properties refer to the coordinates of the selected area in the ImageKit Control. The RectTop and RectLeft properties set the top left corner of the selected area. Whereas the RectBottom and RectRight properties set the bottom right corner of the selected area.

By setting the RectDraw property to True, an area in the base image can be selected either by dragging the mouse or by setting the values directly in the RectBottom, RectLeft, RectRight, and RectTop properties. If the mouse is used to draw the selected area then the corresponding values for each of these properties are automatically set. The color of the selected area can be set in the RectColor1, RectColor2 properties. The line is displayed as a dotted line. The blink speed of the dotted line can be set at the BlinkSpeed property.

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