FAreaMoveTo(FArea, FPoint) 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,
FPoint newLocation
)
Public Shared Sub MoveTo (
area As FArea,
newLocation As FPoint
)
No code example is currently available or this language may not be supported.
Parameters
- area FArea
-
The area to be moved.
- newLocation FPoint
-
The new location for the area.