Click or drag to resize
Pdf Library for .NET

PdfEllipseArcElement Constructor

Constructs an ellipse arc element.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public PdfEllipseArcElement(
	float x,
	float y,
	float width,
	float height,
	float startAngle,
	float sweepAngle
)

Parameters

x  Single
X coordinate of the rectangle enclosing the ellipse.
y  Single
Y coordinate of the rectangle enclosing the ellipse.
width  Single
Width of the rectangle enclosing the ellipse.
height  Single
Height of the rectangle enclosing the ellipse.
startAngle  Single
The start angle in degrees of the ellipse arc measured counter-clockwise from the X axis centered in the enclosing rectangle.
sweepAngle  Single
The sweep angle in degrees of the ellipse arc measured counter-clockwise from the start angle of the slice.
See Also