PointFloat Constructor

Constructs a point with the given coordinates

Definition

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

Parameters

x  Single
The X coordinate
y  Single
The Y coordinate

See Also