You are here: Start » FIL.NET » FIS.AlignShapeRegion Method
FIS.AlignShapeRegion Method
Aligns a shape region to a coordinate system.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
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 |