Click or drag to resize

CircleElement Constructor

Ellipse element constructor

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
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
See Also