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
inRegionFilNet.RegionInput region.
inNewWidthint?<1, 65535>
inNewHeightint?<1, 65535>
outRegionFilNet.RegionOutput region.

See also