ExpertPdf Html to Pdf Converter Library
EllipseSliceElement Constructor (x, y, width, height, startAngle, sweepAngle)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentEllipseSliceElementEllipseSliceElement(Single, Single, Single, Single, Single, Single)
ExpertPdf Html to Pdf Converter Library
Constructs an ellipse slice element
Declaration Syntax
C#Visual BasicVisual C++
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
)
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.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)