You are here: Start » AVL.NET » Invoke.AlignPoint
Moves a point from a local coordinate system to the absolute one.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void AlignPoint ( Avl.Point2D inPoint, Avl.CoordinateSystem2D inAlignment, bool inInverse, out Avl.Point2D outAlignedPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoint | Avl.Point2D | |||
![]()  | inAlignment | Avl.CoordinateSystem2D | Coordinate system to align to. | ||
![]()  | inInverse | bool | Switches to the inverse transform. | ||
![]()  | outAlignedPoint | Avl.Point2D | 


