Skip to main content

GraphicsCache.FillEllipse(Int32, Int32, Int32, Int32, 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(
    int x,
    int y,
    int width,
    int height,
    Color color
)

Parameters

Name Type Description
x Int32

The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.

y Int32

The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.

width Int32

Width of the bounding rectangle that defines the ellipse.

height Int32

Height of the bounding rectangle that defines the ellipse.

color Color

A Color structure that indicates the color of the Brush from the current cache that determines the characteristics of the fill.

See Also