FPathTranslate Method

Translate all of the elements in the path by a uniform distance.

Definition

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

Parameters

path  FPath
Reference to the path to be translated.
offset  FPoint
Reference by the axial values by which the path with be moved.

See Also