ExpertPdf Html to Pdf Converter Library
EllipseElement Constructor (x, y, xRadius, yRadius)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentEllipseElementEllipseElement(Single, Single, Single, Single)
ExpertPdf Html to Pdf Converter Library
Ellipse element constructor
Declaration Syntax
C#Visual BasicVisual C++
public EllipseElement(
	float x,
	float y,
	float xRadius,
	float yRadius
)
Public Sub New ( 
	x As Single,
	y As Single,
	xRadius As Single,
	yRadius As Single
)
public:
EllipseElement(
	float x, 
	float y, 
	float xRadius, 
	float yRadius
)
Parameters
x (Single)
The X coordinate where the ellipse will be rendered
y (Single)
Y coordinate where the ellipse will be rendered
xRadius (Single)
The X radius of the ellipse
yRadius (Single)
The Y radius of the ellipse

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