FPointTransferValues(FPoint, Single, Single) Method
Transfer member values to the specified target.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static void TransferValues(
FPoint target,
float x,
float y
)
Public Shared Sub TransferValues (
target As FPoint,
x As Single,
y As Single
)
No code example is currently available or this language may not be supported.
Parameters
- target FPoint
-
Reference to the item to be set.
- x Single
-
X coordinate to assign.
- y Single
-
Y coordinate to assign.