DXGraphicsPath.AddEllipse(RectangleF) Method
Adds an ellipse to the current path.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rect | RectangleF | The rectangle within which the ellipse should be drawn. |
See Also