This property sets the left coordinate of a bounding rectangle that is used to process an elliptical area on the image or used by the CutRectImage method.

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

Property Value

The left coordinate of the bounding rectangle

Explanation

The RectLeft property sets the left coordinate of a bounding rectangle which is used to process an effect within an elliptical area on the image. The size and location of this elliptical area is determined by a rectangle that bounds the ellipse. This bounding rectangle is also used by the CutRectImage method.

The RectBottom, RectLeft, RectRight, and RectTop properties set the location and size of this bounding rectangle. These properties are enabled when the SelectMode property is vikEffectEllipse.

Setting this value

This value can be set during execution.

Retrieving this value

This value is retrieved during execution.

 

The ImageKit10 VCL is a product created by Newtone Corporation