Point Constructor

Create a Point

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
C#
public Point(
	float x,
	float y
)

Parameters

x  Single
X coordinate
y  Single
Y coordinate

See Also