Click or drag to resize

EllipseElement Constructor

Ellipse element constructor

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public EllipseElement(
	float x,
	float y,
	float xRadius,
	float yRadius
)

Parameters

x  Single
The X coordinate where the ellipse will be rendered
y  Single
Y coordinate where the ellipse will be rendered
xRadius  Single
The X radius of the ellipse
yRadius  Single
The Y radius of the ellipse
See Also