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