Click or drag to resize

EllipseSliceElement Constructor

Constructs an ellipse slice element

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public EllipseSliceElement(
	float x,
	float y,
	float width,
	float height,
	float startAngle,
	float sweepAngle
)

Parameters

x  Single
X coordinate of the rectangle eclosing the ellipse.
y  Single
Y coordinate of the rectangle eclosing the ellipse.
width  Single
Width of the rectangle eclosing the ellipse.
height  Single
Height of the rectangle eclosing 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.
See Also