EllipseSliceElement Constructor
Constructs an ellipse slice element
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public EllipseSliceElement(
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 angle in degrees of the ellipse slice measured counter-clockwise from the start angle of the slice.