You are here: Start » AVL.NET » Invoke.SkipEmptyImage
If the input image contains at least one pixel, then it is copied to the output; otherwise Nil is returned.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SkipEmptyImage ( Avl.Image inImage, Conditional<Avl.Image> outNotEmptyImage, out bool outIsNotEmpty )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | outNotEmptyImage | Atl.Conditional<Avl.Image> | |||
![]()  | outIsNotEmpty | bool | 


