You are here: Start » FIL.NET » Function Reference » ShapeRegion » Shape Region Basics » FIL.CreateShapeRegionRegion
Creates a region corresponding to the given shape region.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreateShapeRegionRegion ( FilNet.ShapeRegion inShapeRegion, FilNet.CoordinateSystem2D? inShapeRegionAlignment, int inFrameWidth, int inFrameHeight, FilNet.Region outRegion, FilNet.ShapeRegion outAlignedShapeRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inShapeRegion | FilNet.ShapeRegion | |||
![]() | inShapeRegionAlignment | FilNet.CoordinateSystem2D? | Adjusts the shape region to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inFrameWidth | int | <0, 65535> | Width of the created region's frame. | |
![]() | inFrameHeight | int | <0, 65535> | Height of the created region's frame. | |
![]() | outRegion | FilNet.Region | Output region. | ||
![]() | outAlignedShapeRegion | FilNet.ShapeRegion | Transformed input shape region. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Invalid ShapeRegion in CreateShapeRegionRegion. |
Function Overrides
- CreateShapeRegionRegion(ShapeRegion, Int32, Int32, Region)
- CreateShapeRegionRegion(ShapeRegion, Nullable<CoordinateSystem2D>, Int32, Int32, Region)
- CreateShapeRegionRegion(ShapeRegion, Nullable<CoordinateSystem2D>, Int32, Int32, Region, NullableRef<ShapeRegion>)