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