You are here: Start » FIL.NET » FIS.CreateBoxBorderRegion Method
FIS.CreateBoxBorderRegion Method
Creates a frame-shaped region with given parameters.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void CreateBoxBorderRegion ( FilNet.Box inBox, int inBorderWidth, FilNet.BorderPosition inBorderPosition, int inFrameWidth, int inFrameHeight, FilNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inBox | FilNet.Box | |||
![]() | inBorderWidth | int | <0, INF> | 1 | Default value: 1. |
![]() | inBorderPosition | FilNet.BorderPosition | Centered | Default value: Centered. | |
![]() | 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. |


