EllipseArcElement Constructor

Constructs an ellipse arc element

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public EllipseArcElement(
	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 angle in degrees of the ellipse arc measured counter-clockwise from the start angle of the slice.

See Also