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