ArcToBezier.CreateArc Method

PDF File Writer

ArcToBezierCreateArc Method

Create eliptical arc

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public static PointD[] CreateArc(
	PointD ArcStart,
	PointD ArcEnd,
	SizeD Radius,
	double Rotate,
	ArcType Type
)

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

Return Value

Type: PointD
Array of points.
See Also