Skip to main content

GraphicsCache.FillEllipse(Color, Rectangle) Method

Fills the interior of an ellipse defined by a bounding rectangle specified by a Rectangle structure.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void FillEllipse(
    Color color,
    Rectangle rect
)

Parameters

Name Type Description
color Color

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

rect Rectangle

A Rectangle structure that represents the bounding rectangle that defines the ellipse.

See Also