You are here: Start » AVL.NET » AVL.UncropImage Method
AVL.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, out AvlNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inSelection | AvlNet.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 | AvlNet.Image | Output image. |
Description
Inverse of CropImage.
Examples
![]() |
|
| inSelection origin in x:0 y:0 | ![]() |
| inSelection origin in x:50 y:50 | ![]() |





