Skip to main content
All docs
V24.1

DXGraphicsPath.AddEllipse(Single, Single, Single, Single) Method

Adds an ellipse to the current path.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.1.dll

NuGet Package: DevExpress.Drawing

Declaration

public void AddEllipse(
    float x,
    float y,
    float width,
    float height
)

Parameters

Name Type Description
x Single

The x-coordinate of the rectangle’s upper-left corner. The rectangle defines the ellipse.

y Single

The y-coordinate of the rectangle’s upper-left corner. The rectangle defines the ellipse.

width Single

The width of the rectangle that defines the ellipse.

height Single

The height of the rectangle that defines the ellipse.

See Also