 |
PdfEllipseSliceElement Constructor |
Constructs an ellipse slice element.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfEllipseSliceElement(
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 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 slice measured counter-clockwise from the X axis centered in the enclosing rectangle.
- sweepAngle Single
- The sweep angle in degrees of the ellipse slice measured counter-clockwise from the start angle of the slice.
See Also