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

AVL.TransposeRegion

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outRegionAvlNet.RegionOutput region.

Examples

TransposeRegion performed on the sample region.

See also