You are here: Start » FIL.NET » Invoke.CreateShapeRegionRegion
Creates a region corresponding to the given shape region.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateShapeRegionRegion ( Fil.ShapeRegion inShapeRegion, Optional<Fil.CoordinateSystem2D> inShapeRegionAlignment, int inFrameWidth, int inFrameHeight, Fil.Region outRegion, Optional<Fil.ShapeRegion> outAlignedShapeRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inShapeRegion | Fil.ShapeRegion | |||
![]() | inShapeRegionAlignment | Ftl.Optional<Fil.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 | Fil.Region | Output region. | ||
![]() | outAlignedShapeRegion | Ftl.Optional<Fil.ShapeRegion> | Transformed input shape region. |