HiQPdf Documentation

PdfEllipseArc Constructor (RectangleF, Single, Single)

Quickly Create High Quality PDFs
Constructs an ellipse arc with the given parameters

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfEllipseArc(
	RectangleF ellipseRectangle,
	float startAngle,
	float arcAngle
)

Parameters

ellipseRectangle
Type: System.DrawingRectangleF
The ellipse bounding rectangle
startAngle
Type: SystemSingle
The counter clockwise start angle, in degrees, relative to the x-axis
arcAngle
Type: SystemSingle
The counter clockwise arc angle, in degrees, relative to the starting angle
See Also

Reference