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

[Visual Basic]
Public Property Rect As Rectangle
[C#]
public Rectangle Rect {get; set;}

Property Value

The coordinates of the bounding rectangle

Explanation

The Rect property sets the coordinates of a rectangle on the image. This rectangle is used by the CutRectImage method or used to process an elliptical area on the image. The origin (0,0) for the coordinate space is at the top left. This property is enabled when the SelectMode property is set to EffectEllipse.

See Also

Effect Class | Effect Members

The ImageKit.NET3 is created by Newtone Corporation