FPathTranslate Method
Translate all of the elements in the path by a uniform distance.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static void Translate(
FPath path,
FVector2 offset
)
Public Shared Sub Translate (
path As FPath,
offset As FVector2
)
No code example is currently available or this language may not be supported.
Parameters
- path FPath
-
Reference to the path to be translated.
- offset FVector2
-
Reference by the axial values by which the path with be moved.