You are here: Start » AVL.NET » AVL.UncropImage(AvlNet.Image, AvlNet.Box, int, int, AvlNet.Image)

AVL.UncropImage(AvlNet.Image, AvlNet.Box, int, int, AvlNet.Image)

Inverse of CropImage.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inImage
Type: AvlNet.Image
Input image
inSelection
Type: AvlNet.Box
The same value as in CropImage
inWidth
Type: System.Int32
Width of the original image
inHeight
Type: System.Int32
Height of the original image
outImage
Type: AvlNet.Image
Output image

Description

The operation translates an image to original coordinates. Dimensions of outImage depends on inWidth and inHeight.

See also