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


