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
ioRegionFilNet.Region
inWidthint<0, 65535>New frame width.
inHeightint<0, 65535>New frame height.

See also