Draws a pie shape defined by an ellipse specified by a
PdfRectangle structure and two radial lines.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
Remarks
This method draws a non-filled pie shape defined by an arc of an
ellipse and the two radial lines that intersect with the endpoints
of the arc.
Please use
AppendPie()
if you want to append a pie shape to the current path.
See Also