FPointTransferValues(FPoint, Single, Single) Method

Transfer member values to the specified target.

Definition

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

Parameters

target  FPoint
Reference to the item to be set.
x  Single
X coordinate to assign.
y  Single
Y coordinate to assign.

See Also