Method AppendEllipse
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
AppendEllipse(PdfRectangle)
Appends an ellipse specified by a bounding PdfRectangle structure to the current path.
public void AppendEllipse(PdfRectangle boundingRectangle)
Parameters
boundingRectangle
PdfRectanglePdfRectangle structure that defines the boundaries of the ellipse.
Remarks
Note that the call to this method does not place any marks on the
canvas; only the painting operators (StrokePath(),
CloseAndStrokePath(), FillPath,
FillAndStrokePath) do that.
Please use
DrawEllipse
if you want to draw an ellipse immediately.