Constructs an ellipse slice element

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

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

Parameters

x
Type: System..::..Single
X coordinate of the rectangle eclosing the ellipse.
y
Type: System..::..Single
Y coordinate of the rectangle eclosing the ellipse.
width
Type: System..::..Single
Width of the rectangle eclosing the ellipse.
height
Type: System..::..Single
Height of the rectangle eclosing the ellipse.
startAngle
Type: System..::..Single
The start angle in degrees of the ellipse slice measured counter-clockwise from the X axis centered in the enclosing rectangle.
sweepAngle
Type: System..::..Single
The angle in degrees of the ellipse slice measured counter-clockwise from the start angle of the slice.

See Also