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


