PointFloat Constructor
Constructs a point with the given coordinates
Namespace: WinnovativeClientAssembly: WinnovativeClient (in WinnovativeClient.dll) Version: 19.0.0.0 (19.0.0.0)
public PointFloat(
float x,
float y
)
Public Sub New (
x As Single,
y As Single
)
Parameters
- x Single
- The X coordinate
- y Single
- The Y coordinate