You are here: Start » FIL.NET » FIS.TransposeRegion Method

FIS.TransposeRegion Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also