Appends a pie shape defined by an ellipse specified by a
PdfRectangle structure and two radial lines to the
current path.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void AppendPie(
PdfRectangle rect,
double startAngle,
double sweepAngle
)
VB
Public Sub AppendPie (
rect As PdfRectangle,
startAngle As Double,
sweepAngle As Double
)
Parameters
- rect
- Type: BitMiracle.Docotic.Pdf.PdfRectangle
PdfRectangle structure that
represents the bounding rectangle that defines the ellipse from
which the pie shape comes. - startAngle
- Type: System.Double
Angle measured in degrees clockwise
from the x-axis to the first side of the pie shape. - sweepAngle
- Type: System.Double
Angle measured in degrees clockwise
from the startAngle parameter to the second
side of the pie shape.
Remarks
See Also