Constructs an ellipse arc element

C# | Visual Basic | Visual C++ |
public EllipseArcElement( float x, float y, float width, float height, float startAngle, float sweepAngle )
Public Sub New ( x As Single, y As Single, width As Single, height As Single, startAngle As Single, sweepAngle As Single )
public: EllipseArcElement( float x, float y, float width, float height, float startAngle, float sweepAngle )

- x (Single)
- X coordinate of the rectangle eclosing the ellipse.
- y (Single)
- Y coordinate of the rectangle eclosing the ellipse.
- width (Single)
- Width of the rectangle eclosing the ellipse.
- height (Single)
- Height of the rectangle eclosing 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.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)