Create a new precision 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 precisionpoint(
	float x,
	float y
)

Parameters

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

See Also