EllipseArcElement Constructor
Constructs an ellipse arc element
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
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
)
new :
x : float32 *
y : float32 *
width : float32 *
height : float32 *
startAngle : float32 *
sweepAngle : float32 -> EllipseArcElement
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 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.