PdfEllipseSlice Constructor

Constructs an ellipse slice with the given parameters

Definition

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

Parameters

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

See Also