You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inSelection | Avl.Box | The same value as in CropImage. | ||
![]() | inWidth | int | <0, INF> | Width of the original image. | |
![]() | inHeight | int | <0, INF> | Height of the original image. | |
![]() | outImage | Avl.Image | Output image. |