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


