ExpertPdf Html to Pdf Converter Library
CircleElement Constructor (x, y, radius)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentCircleElementCircleElement(Single, Single, Single)
ExpertPdf Html to Pdf Converter 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.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)