HiQPdf Documentation

PdfEllipseSlice Constructor

HiQPdf Client for .NET Core
Constructs an ellipse slice with the given parameters

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfEllipseSlice(
	RectangleFloat ellipseRectangle,
	float startAngle,
	float sliceAngle
)

Parameters

ellipseRectangle
Type: HiQPdfClientRectangleFloat
The ellipse bounding rectangle
startAngle
Type: SystemSingle
The counter clockwise start angle, in degrees, relative to the x-axis
sliceAngle
Type: SystemSingle
The counter clockwise slice angle, in degrees, relative to the starting angle
See Also

Reference