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

Invoke.TransposePath

Flips and rotates a path so that x-coordinates are exchanged with y-coordinates.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TransposePath
(
	Fil.Path inPath,
	Fil.Path outPath
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
outPathFil.PathOutput path.

See also