You are here: Start » AVL.NET » AVS.RegionToLocations Method
AVS.RegionToLocations Method
Converts a region to an array of its pixel locations.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionToLocations ( AvlNet.Region inRegion, IList<AvlNet.Location> outLocations )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | outLocations | System.Collections.Generic.IList<AvlNet.Location> |


