Skip to main content

GraphicsCache.FillEllipse(Brush, RectangleF) Method

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

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void FillEllipse(
    Brush brush,
    RectangleF rect
)

Parameters

Name Type Description
brush Brush

A Brush object that specifies the characteristics of the fill.

rect RectangleF

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

See Also