FAreaMoveTo(FArea, Single, Single) Method
Move the specified area to the new location.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static void MoveTo(
FArea area,
float x,
float y
)
Public Shared Sub MoveTo (
area As FArea,
x As Single,
y As Single
)
No code example is currently available or this language may not be supported.
Parameters
- area FArea
-
The area to be moved.
- x Single
-
New X coordinate.
- y Single
-
New Y coordinate.