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

AVL.TransposeRegion Method

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

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

Examples

TransposeRegion performed on the sample region.

See also