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