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 System.Drawing.Rectangle
Public Property Rect As System.Drawing.Rectangle
[C#]
public System.Drawing.Rectangle Rect {get; set;}
public System.Drawing.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.