[Visual
Basic] imagekitcontrolname.Effect.RectBottom
[= Long ]
[Visual
C++] [long =
]imagekitcontrolname.GetEffect().GetRectBottom()
imagekitcontrolname.GetEffect().SetRectBottom(long Val)
imagekitcontrolname.GetEffect().SetRectBottom(long Val)
Property Value
The bottom coordinate of the bounding rectangle
Explanation
The RectBottom property sets the bottom 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.