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

Invoke.TransposePath

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
outPathAvl.PathOutput path.

See also