ExpertPdf PDF Creator Library
CircleElement Constructor (x, y, radius)
NamespacesExpertPdf.PdfCreatorCircleElementCircleElement(Single, Single, Single)
ExpertPdf PDF Creator Library
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: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)