PDF File Writer Class Library - Author Uzi Granot
PdfContentsDrawArc Method |
Draw arc
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void DrawArc( PointD ArcStart, PointD ArcEnd, SizeD Radius, double Rotate, ArcType Type, BezierPointOne OutputStartPoint )
Parameters
- ArcStart
- Type: PdfFileWriterPointD
Arc start point - ArcEnd
- Type: PdfFileWriterPointD
Arc end point - Radius
- Type: PdfFileWriterSizeD
RadiusX as width and RadiusY as height - Rotate
- Type: SystemDouble
X axis rotation angle in radians - Type
- Type: PdfFileWriterArcType
Arc type enumeration - OutputStartPoint
- Type: PdfFileWriterBezierPointOne
Output start point
