Create a new point

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public point(
	int x,
	int y
)

Parameters

x
Type: System..::..Int32
X coordinate
y
Type: System..::..Int32
Y coordinate

See Also