You are here: Start » FIL.NET » Invoke.TranslateLine

Invoke.TranslateLine

Translates a line by a vector.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TranslateLine
(
	Fil.Line2D inLine,
	Fil.Vector2D inDelta,
	bool inInverse,
	Fil.TranslateAlignment inDeltaAlignment,
	out Fil.Line2D outLine
)

Parameters

Name Type Range Default Description
inLineFil.Line2D
inDeltaFil.Vector2DVector of translation.
inInverseboolSwitches to the inverse operation.
inDeltaAlignmentFil.TranslateAlignment
outLineFil.Line2D

See also