You are here: Start » AVL.NET » Invoke.AlignRegion

Invoke.AlignRegion

Aligns a region to a coordinate system.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AlignRegion
(
	Avl.Region inRegion,
	Avl.CoordinateSystem2D inAlignment,
	bool inInverse,
	Optional<int> inFrameWidth,
	Optional<int> inFrameHeight,
	Avl.Region outAlignedRegion
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
inAlignmentAvl.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
inFrameWidthAtl.Optional<int><0, 65535>Output region's frame width. Default value: atl::NIL.
inFrameHeightAtl.Optional<int><0, 65535>Output region's frame height. Default value: atl::NIL.
outAlignedRegionAvl.Region

See also