You are here: Start » AVL.NET » AVS.UncropRegion Method

AVS.UncropRegion Method

Inverse of CropRegion.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also