EllipseElement Constructor

This constructor constructs an ellipse element at the given coordinates and having the given size

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public EllipseElement(
	float x,
	float y,
	float xRadius,
	float yRadius
)

Parameters

x  Single
The X coordinate where the ellipse will be rendered
y  Single
The 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