Skip to main content

GraphicsCache.FillEllipse(Single, Single, Single, Single, Color) Method

Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void FillEllipse(
    float x,
    float y,
    float width,
    float height,
    Color color
)

Parameters

Name 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

Width of the bounding rectangle that defines the ellipse.

height Single

Height of the bounding rectangle that defines the ellipse.

color Color

Brush that determines the characteristics of the fill.

See Also