You are here: Start » FIL.NET » FIS.CreateCrossRegion Method
FIS.CreateCrossRegion Method
Creates a cross-shaped region with given parameters.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateCrossRegion ( FilNet.Box inCrossBoundingBox, int inFrameWidth, int inFrameHeight, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCrossBoundingBox | FilNet.Box | |||
![]() | 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. |