You are here: Start » FIL.NET » Function Reference » Path » Path Spatial Transforms » FIL.TransposePath

FIL.TransposePath

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outPathFilNet.PathOutput path.

See also