Constructs an ellipse arc element
Namespace: Winnovative.HtmlToPdfClient
Assembly: WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
public EllipseArcElement( float x, float y, float width, float height, float startAngle, float sweepAngle )
Parameters
- x
- Type: System.Single
X coordinate of the rectangle enclosing the ellipse. - y
- Type: System.Single
Y coordinate of the rectangle enclosing the ellipse. - width
- Type: System.Single
Width of the rectangle enclosing the ellipse. - height
- Type: System.Single
Height of the rectangle enclosing the ellipse. - startAngle
- Type: System.Single
The start angle in degrees of the ellipse arc measured counter-clockwise from the X axis centered in the enclosing rectangle. - sweepAngle
- Type: System.Single
The angle in degrees of the ellipse arc measured counter-clockwise from the start angle of the slice.
See Also