Table of Contents

Method DrawEllipse

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

DrawEllipse(PdfRectangle)

Draws an ellipse specified by a bounding PdfRectangle structure.

public void DrawEllipse(PdfRectangle boundingRectangle)

Parameters

boundingRectangle PdfRectangle

PdfRectangle structure that defines the boundaries of the ellipse.

Remarks

This methods draws a non-filled ellipse.

Please use AppendEllipse if you want to append an ellipse to the current path.

DrawEllipse(PdfRectangle, PdfDrawMode)

Draws an ellipse specified by a bounding PdfRectangle structure.

public void DrawEllipse(PdfRectangle boundingRectangle, PdfDrawMode mode)

Parameters

boundingRectangle PdfRectangle

PdfRectangle structure that defines the boundaries of the ellipse.

mode PdfDrawMode

The drawing mode.

Remarks

Please use AppendEllipse if you want to append an ellipse to the current path.