You are here: Start » FIL.NET » Invoke.UncropRegion

Invoke.UncropRegion

Inverse of CropRegion.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void UncropRegion
(
	Fil.Region inRegion,
	Fil.Box inSelection,
	int inWidth,
	int inHeight,
	Fil.Region outRegion
)

Parameters

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

See also