EVO PDF Logo

CircleElement Constructor

EVO PDF Client for .NET Core
Circle element constructor

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public CircleElement(
	float x,
	float y,
	float radius
)

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
radius
Type: SystemSingle
The circle radius
See Also

Reference