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
boundingRectanglePdfRectanglePdfRectangle 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
boundingRectanglePdfRectanglePdfRectangle structure that defines the boundaries of the ellipse.
modePdfDrawModeThe drawing mode.
Remarks
Please use AppendEllipse if you want to append an ellipse to the current path.