FPointTransferValues(FPoint, FPoint) Method
            Transfer the member values of one instance to another.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static void TransferValues(
	FPoint source,
	FPoint target
)
Public Shared Sub TransferValues ( 
	source As FPoint,
	target As FPoint
)
No code example is currently available or this language may not be supported.
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.