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