FAreaMoveTo(FArea, FVector2) Method
Move the specified area to the new location.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static void MoveTo(
FArea area,
FVector2 newLocation
)
Public Shared Sub MoveTo (
area As FArea,
newLocation As FVector2
)
No code example is currently available or this language may not be supported.
Parameters
- area FArea
-
The area to be moved.
- newLocation FVector2
-
The new location for the area.