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

Invoke.UncropRegion

Inverse of CropRegion.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also