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

AVS.AlignRegion Method

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,
	int? inFrameWidth,
	int? inFrameHeight,
	AvlNet.Region outAlignedRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inAlignmentAvlNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
inFrameWidthint?<0, 65535>Output region's frame width. Default value: atl::NIL.
inFrameHeightint?<0, 65535>Output region's frame height. Default value: atl::NIL.
outAlignedRegionAvlNet.Region

See also