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

Invoke.UncropImage

Inverse of CropImage.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void UncropImage
(
	Avl.Image inImage,
	Avl.Box inSelection,
	int inWidth,
	int inHeight,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inSelectionAvl.BoxThe same value as in CropImage.
inWidthint<0, INF>Width of the original image.
inHeightint<0, INF>Height of the original image.
outImageAvl.ImageOutput image.

See also