You are here: Start » FIL.NET » Function Reference » ShapeRegion » Shape Region Basics » FIL.AlignShapeRegion
Aligns a shape region to a coordinate system.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void AlignShapeRegion ( FilNet.ShapeRegion inShapeRegion, FilNet.CoordinateSystem2D inShapeRegionAlignment, bool inInverse, int? inFrameWidth, int? inFrameHeight, FilNet.ShapeRegion outAlignedShapeRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inShapeRegion | FilNet.ShapeRegion | |||
![]() | inShapeRegionAlignment | FilNet.CoordinateSystem2D | Coordinate system to align to. | ||
![]() | inInverse | bool | Switches to the inverse transform. | ||
![]() | inFrameWidth | int? | <0, 65535> | Width of the created region's frame. Default value: ftl::NIL. | |
![]() | inFrameHeight | int? | <0, 65535> | Height of the created region's frame. Default value: ftl::NIL. | |
![]() | outAlignedShapeRegion | FilNet.ShapeRegion |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Invalid ShapeRegion in AlignShapeRegion. |


