[Visual
Basic] imagekitcontrolname.Effect.RectLeft
[= Long ]
[Visual
C++] [long =
]imagekitcontrolname.GetEffect().GetRectLeft()
imagekitcontrolname.GetEffect().SetRectLeft(long Val)
imagekitcontrolname.GetEffect().SetRectLeft(long Val)
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 3 (ikEffectEllipse).
Setting this value
This value can be set during execution.Retrieving this value
This value is retrieved during execution.