|  | 
| PdfEllipseArcElement Constructor  | 
 
            Constructs an ellipse arc element.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 20.2
 Syntax
Syntaxpublic PdfEllipseArcElement(
	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
)
Parameters
- x
- Type: SystemSingle
 X coordinate of the rectangle enclosing the ellipse.
- y
- Type: SystemSingle
 Y coordinate of the rectangle enclosing the ellipse.
- width
- Type: SystemSingle
 Width of the rectangle enclosing the ellipse.
- height
- Type: SystemSingle
 Height of the rectangle enclosing the ellipse.
- startAngle
- Type: SystemSingle
 The start angle in degrees of the ellipse arc measured counter-clockwise from the X axis centered in the enclosing rectangle.
- sweepAngle
- Type: SystemSingle
 The sweep angle in degrees of the ellipse arc measured counter-clockwise from the start angle of the slice.
 See Also
See Also