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

Invoke.TransposeRegion

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outRegionAvl.RegionOutput region.

See also