Adds an elliptical arc to the current figure. The arc is specified WPF like.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public void AddArc( XPoint point1, XPoint point2, XSize size, double rotationAngle, bool isLargeArg, XSweepDirection sweepDirection )
Parameters
- point1
- Type: PdfEdit.DrawingXPoint
- point2
- Type: PdfEdit.DrawingXPoint
- size
- Type: PdfEdit.DrawingXSize
- rotationAngle
- Type: SystemDouble
- isLargeArg
- Type: SystemBoolean
- sweepDirection
- Type: PdfEdit.DrawingXSweepDirection
See Also