FLineTranslate Method

Translate the points of the provided target line by the specified offset.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void Translate(
	FLine target,
	FPoint offset
)

Parameters

target  FLine
Reference to the target line to be translated.
offset  FPoint
Reference to the offset by which to translate the line.

See Also