You are here: Start » FIL.NET » FIS.ResizeRegion Method
FIS.ResizeRegion Method
Enlarges or shrinks a region to new dimensions.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ResizeRegion ( FilNet.Region inRegion, int? inNewWidth, int? inNewHeight, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inNewWidth | int? | <1, 65535> | ||
![]() | inNewHeight | int? | <1, 65535> | ||
![]() | outRegion | FilNet.Region | Output region. |