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


