Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphics.FillEllipse(Brush, RectangleF) Method

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Drawing.dll

Declaration

public void FillEllipse(
    Brush brush,
    RectangleF rect
)

Parameters

Name Type Description
brush Brush

A Brush object that represents the brush used to fill the ellipse.

rect RectangleF

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

Remarks

Use the FillEllipse method to fill the interior of an ellipse with a Brush.

See Also