FLineTranslate Method
Translate the points of the provided target line by the specified
offset.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static void Translate(
FLine target,
FPoint offset
)
Public Shared Sub Translate (
target As FLine,
offset As FPoint
)
No code example is currently available or this language may not be supported.
Parameters
- target FLine
-
Reference to the target line to be translated.
- offset FPoint
-
Reference to the offset by which to translate the line.