EVO HTML to PDF Converter

EllipseSliceElement Constructor

EVO PDF Client for .NET Documentation
Constructs an ellipse slice element

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public EllipseSliceElement(
	float x,
	float y,
	float width,
	float height,
	float startAngle,
	float sweepAngle
)

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 slice measured counter-clockwise from the X axis centered in the enclosing rectangle.
sweepAngle
Type: SystemSingle
The angle in degrees of the ellipse slice measured counter-clockwise from the start angle of the slice.
See Also

Reference