CircleElement Constructor

Circle element constructor

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 18.0.0
C#
public CircleElement(
	float x,
	float y,
	float radius
)

Parameters

x  Single
The X coordinate where the ellipse will be rendered
y  Single
The Y coordinate where the ellipse will be rendered
radius  Single
The circle radius

See Also