ExpertPdf PDF Creator Library
EllipseElement Constructor (x, y, xRadius, yRadius)
NamespacesExpertPdf.PdfCreatorEllipseElementEllipseElement(Single, Single, Single, Single)
ExpertPdf PDF Creator 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.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)