PdfCanvas.AppendArc Method

Appends an arc representing a portion of an ellipse to the current path.

Overload List

  NameDescription
Public methodAppendArc(PdfRectangle, PdfPoint, PdfPoint)
Appends an arc representing a portion of an ellipse specified by PdfRectangle structure and two radial endpoints to the current path.
Public methodAppendArc(PdfRectangle, PdfPoint, PdfPoint, Boolean)
Appends an arc representing a portion of an ellipse specified by PdfRectangle structure, two radial endpoints and a direction to the current path.
Public methodAppendArc(PdfPoint, Double, Double, Double, Double)
Appends a straight line segment and an arc representing a portion of an ellipse specified by radius and center to the current path.

See Also