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


