You are here: Start » FIL.NET » FIS.FisFilter_MakeBox Method
FIS.FisFilter_MakeBox Method
Creates a box structure from individual fields.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_MakeBox ( int inX, int inY, int inWidth, int inHeight, out FilNet.Box outBox )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inX | int | Input x-coordinate. | ||
![]() | inY | int | Input y-coordinate. | ||
![]() | inWidth | int | <0, INF> | Input width. | |
![]() | inHeight | int | <0, INF> | Input height. | |
![]() | outBox | FilNet.Box | Output box. |


