You are here: Start » AVL.NET » Invoke.AlignShapeRegion
Aligns a shape region to a coordinate system.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void AlignShapeRegion ( Avl.ShapeRegion inShapeRegion, Avl.CoordinateSystem2D inShapeRegionAlignment, bool inInverse, Optional<int> inFrameWidth, Optional<int> inFrameHeight, Avl.ShapeRegion outAlignedShapeRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inShapeRegion | Avl.ShapeRegion | |||
![]()  | inShapeRegionAlignment | Avl.CoordinateSystem2D | Coordinate system to align to. | ||
![]()  | inInverse | bool | Switches to the inverse transform. | ||
![]()  | inFrameWidth | Atl.Optional<int> | <0, 65535> | Width of the created region's frame. Default value: atl::NIL. | |
![]()  | inFrameHeight | Atl.Optional<int> | <0, 65535> | Height of the created region's frame. Default value: atl::NIL. | |
![]()  | outAlignedShapeRegion | Avl.ShapeRegion | 


