You are here: Start » FIL.NET » FIS.UncropRegion Method

FIS.UncropRegion Method

Inverse of CropRegion.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void UncropRegion
(
	FilNet.Region inRegion,
	FilNet.Box inSelection,
	int inWidth,
	int inHeight,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inSelectionFilNet.BoxBox defining the range of the original cropping.
inWidthint<0, 65535>Width of the uncropped region.
inHeightint<0, 65535>Height of the uncropped region.
outRegionFilNet.RegionOutput region.

See also