You are here: Start » AVL.NET » Invoke.SkipEmptyRegion
If the input region 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 SkipEmptyRegion ( Avl.Region inRegion, Conditional<Avl.Region> outNotEmptyRegion, out bool outIsNotEmpty )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inRegion | Avl.Region | Input region. | ||
![]()  | outNotEmptyRegion | Atl.Conditional<Avl.Region> | |||
![]()  | outIsNotEmpty | bool | 


