FPoint(FPoint) Constructor

Create a new Instance of the FPoint Item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public FPoint(
	FPoint source
)

Parameters

source  FPoint
Reference to an instance of a FPoint to use for reference values.

See Also