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