EVO HTML to PDF Converter

EllipseElement Constructor

EVO PDF Client for Universal Windows Platform Documentation
This constructor constructs an ellipse element at the given coordinates and having the given size

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public EllipseElement(
	float x,
	float y,
	float xRadius,
	float yRadius
)

Parameters

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

Reference