You are here: Start » AVL.NET » AVL.AlignRegion(AvlNet.Region, AvlNet.CoordinateSystem2D, bool, AvlNet.Region)

AVL.AlignRegion(AvlNet.Region, AvlNet.CoordinateSystem2D, bool, AvlNet.Region)

Aligns a region to a coordinate system.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void AlignRegion(
	AvlNet.Region inRegion,
	AvlNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	out AvlNet.Region outRegion
)

Parameters

inRegion
Type: AvlNet.Region
Input region
inAlignment
Type: AvlNet.CoordinateSystem2D
Coordinate system to align to
inInverse
Type: System.Boolean
Switches to the inverse transform
outRegion
Type: AvlNet.Region
Output region

See also