Name | Description | |
---|---|---|
![]() | AppendArc(PdfRectangle, PdfPoint, PdfPoint) |
Appends an arc representing a portion of an ellipse specified by
PdfRectangle structure and two radial endpoints to
the current path.
|
![]() | AppendArc(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.
|
![]() | AppendArc(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.
|