FPoint(Single, Single) Constructor

Create a new Instance of the FPoint Item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public FPoint(
	float x,
	float y
)

Parameters

x  Single
X coordinate.
y  Single
Y coordinate.

See Also