GraphicsPath.AddEllipse
Contents
[
Hide
]AddEllipse(RectangleF)
Adds an ellipse to the current path.
public void AddEllipse(RectangleF rect)
Parameter | Type | Description |
---|---|---|
rect | RectangleF | A RectangleF that represents the bounding rectangle that defines the ellipse. |
See Also
- struct RectangleF
- class GraphicsPath
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing
AddEllipse(float, float, float, float)
Adds an ellipse to the current path.
public void AddEllipse(float x, float y, float width, float height)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. |
y | Single | The y-coordinate of the upper left corner of the bounding rectangle that defines the ellipse. |
width | Single | The width of the bounding rectangle that defines the ellipse. |
height | Single | The height of the bounding rectangle that defines the ellipse. |
See Also
- class GraphicsPath
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing