Winnovative PDF Creator Library for .NET
CircleElement Constructor (x, y, radius)
NamespacesWinnovative.PdfCreatorCircleElementCircleElement(Single, Single, Single)
Winnovative PDF Creator Library for .NET
Ellipse element constructor
Declaration Syntax
C#Visual BasicVisual C++
public CircleElement(
	float x,
	float y,
	float radius
)
Public Sub New ( _
	x As Single, _
	y As Single, _
	radius As Single _
)
public:
CircleElement(
	float x, 
	float y, 
	float radius
)
Parameters
x (Single)
The X coordinate where the ellipse will be rendered
y (Single)
Y coordinate where the ellipse will be rendered
radius (Single)
The circle radius

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 5.0.3.0 (5.0.3.0)