You are here: Start » FIL.NET » Invoke.AlignShapeRegion
Aligns a shape region to a coordinate system.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void AlignShapeRegion ( Fil.ShapeRegion inShapeRegion, Fil.CoordinateSystem2D inShapeRegionAlignment, bool inInverse, Optional<int> inFrameWidth, Optional<int> inFrameHeight, Fil.ShapeRegion outAlignedShapeRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inShapeRegion | Fil.ShapeRegion | |||
![]() | inShapeRegionAlignment | Fil.CoordinateSystem2D | Coordinate system to align to. | ||
![]() | inInverse | bool | Switches to the inverse transform. | ||
![]() | inFrameWidth | Ftl.Optional<int> | <0, 65535> | Width of the created region's frame. Default value: ftl::NIL. | |
![]() | inFrameHeight | Ftl.Optional<int> | <0, 65535> | Height of the created region's frame. Default value: ftl::NIL. | |
![]() | outAlignedShapeRegion | Fil.ShapeRegion |