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

AVS.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,
	AvlNet.Region outRegion
)

Parameters

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

See also