Skip to main content
A newer version of this page is available. .

GraphicsCache.FillEllipse(Color, 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.v18.2.dll

Declaration

public void FillEllipse(
    Color color,
    RectangleF 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 RectangleF

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

See Also