Winnovative Logo

PointFloat Constructor

Winnovative Client for .NET Core
Constructs a point with the given coordinates

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public PointFloat(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
The X coordinate
y
Type: SystemSingle
The Y coordinate
See Also

Reference