You are here: Start » FIL.NET » FIS.SetRegionFrame Method
FIS.SetRegionFrame Method
Changes the width and the height of a region's frame (but does not rescale the content).
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SetRegionFrame ( FilNet.Region ioRegion, int inWidth, int inHeight )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioRegion | FilNet.Region | ||||
![]() | inWidth | int | <0, 65535> | New frame width. | |
![]() | inHeight | int | <0, 65535> | New frame height. |