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