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