Constructs an ellipse slice element
Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax
public EllipseSliceElement( 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 slice measured counter-clockwise from the X axis centered in the enclosing rectangle. - sweepAngle
- Type: System.Single
The angle in degrees of the ellipse slice measured counter-clockwise from the start angle of the slice.
See Also