Click or drag to resize

CircleElement Constructor

Ellipse element constructor

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public CircleElement(
	float x,
	float y,
	float radius
)

Parameters

x
Type: SystemSingle
The X coordinate where the ellipse will be rendered
y
Type: SystemSingle
Y coordinate where the ellipse will be rendered
radius
Type: SystemSingle
The circle radius
See Also