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

AVS.UncropImage Method

Inverse of CropImage.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void UncropImage
(
	AvlNet.Image inImage,
	AvlNet.Box inSelection,
	int inWidth,
	int inHeight,
	AvlNet.Image outImage
)

Parameters

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

See also