You are here: Start » FIL.NET » Invoke.AlignRegion
Aligns a region to a coordinate system.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void AlignRegion ( Fil.Region inRegion, Fil.CoordinateSystem2D inAlignment, bool inInverse, Optional<int> inFrameWidth, Optional<int> inFrameHeight, Fil.Region outAlignedRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inAlignment | Fil.CoordinateSystem2D | Coordinate system to align to. | ||
![]() | inInverse | bool | Switches to the inverse transform. | ||
![]() | inFrameWidth | Ftl.Optional<int> | <0, 65535> | Output region's frame width. Default value: ftl::NIL. | |
![]() | inFrameHeight | Ftl.Optional<int> | <0, 65535> | Output region's frame height. Default value: ftl::NIL. | |
![]() | outAlignedRegion | Fil.Region |