Circle element constructor

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public CircleElement(
	float x,
	float y,
	float radius
)
Visual Basic
Public Sub New ( 
	x As Single,
	y As Single,
	radius As Single
)
Visual C++
public:
CircleElement(
	float x, 
	float y, 
	float radius
)

Parameters

x
Type: System..::..Single
The X coordinate where the ellipse will be rendered
y
Type: System..::..Single
Y coordinate where the ellipse will be rendered
radius
Type: System..::..Single
The circle radius

See Also