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

Invoke.TransposeRegion

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
outRegionFil.RegionOutput region.

See also