You are here: Start » AVL.NET » AVL.TransposeRegion(AvlNet.Region, AvlNet.Region)

AVL.TransposeRegion(AvlNet.Region, AvlNet.Region)

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void TransposeRegion(
	AvlNet.Region inRegion,
	out AvlNet.Region outRegion
)

Parameters

inRegion
Type: AvlNet.Region
Input region
outRegion
Type: AvlNet.Region
Output region

Examples

TransposeRegion performed on the sample region.

See also