You are here: Start » AVL.NET » AVS.ExpandRegions Method
AVS.ExpandRegions Method
Splits pixels of the input regions and their complement among these regions.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ExpandRegions ( IList<AvlNet.Region> inRegions, IList<AvlNet.Region> outRegions )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegions | System.Collections.Generic.IList<AvlNet.Region> | |||
![]() | outRegions | System.Collections.Generic.IList<AvlNet.Region> |


