PdfCanvas.DrawArc Method

Draws an arc representing a portion of an ellipse.

Overload List

  NameDescription
Public methodDrawArc(PdfRectangle, PdfPoint, PdfPoint)
Draws an arc representing a portion of an ellipse specified by PdfRectangle structure and two radial endpoints.
Public methodDrawArc(PdfRectangle, PdfPoint, PdfPoint, Boolean)
Draws an arc representing a portion of an ellipse specified by PdfRectangle structure, two radial endpoints and a direction.
Public methodDrawArc(PdfPoint, Double, Double, Double, Double)
Draws a straight line and an arc representing a portion of an ellipse specified by radius and center.

See Also