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

PdfGraphics.DrawEllipse(Pen, RectangleF) Method

Draws an ellipse specified by a RectangleF structure.

Namespace: DevExpress.Pdf

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

Declaration

public void DrawEllipse(
    Pen pen,
    RectangleF rect
)

Parameters

Name Type Description
pen Pen

A Pen structure that determines the color, width, and style of the ellipse.

rect RectangleF

A RectangleF structure that represents the boundaries of the ellipse.

Remarks

Use the DrawEllipse method to draw an ellipse that is defined by the bounding rectangle specified by the rect parameter.

See Also