PdfEllipseArc Constructor

Constructs an ellipse arc with the given parameters

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfEllipseArc(
	RectangleFloat ellipseRectangle,
	float startAngle,
	float arcAngle
)

Parameters

ellipseRectangle  RectangleFloat
The ellipse bounding rectangle
startAngle  Single
The counter clockwise start angle, in degrees, relative to the x-axis
arcAngle  Single
The counter clockwise arc angle, in degrees, relative to the starting angle

See Also