FPointTransferValues(FPoint, FPoint) Method

Transfer the member values of one instance to another.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void TransferValues(
	FPoint source,
	FPoint target
)

Parameters

source  FPoint
Reference to the source point whose values will be assigned.
target  FPoint
Reference to the target point that will receive the values.

See Also