You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inAlignment | Avl.CoordinateSystem2D | Coordinate system to align to. | ||
![]() | inInverse | bool | Switches to the inverse transform. | ||
![]() | inFrameWidth | Atl.Optional<int> | <0, 65535> | Output region's frame width. Default value: atl::NIL. | |
![]() | inFrameHeight | Atl.Optional<int> | <0, 65535> | Output region's frame height. Default value: atl::NIL. | |
![]() | outAlignedRegion | Avl.Region |