You are here: Start » FIL.NET » Function Reference » Region » Region Spatial Transforms » FIL.TransposeRegion

FIL.TransposeRegion

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TransposeRegion
(
	FilNet.Region inRegion,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outRegionFilNet.RegionOutput region.

Examples

TransposeRegion performed on the sample region.

See also