You are here: Start » FIL.NET » Function Reference » Region » Region Basics » FIL.RegionToLocations
Converts a region to an array of its pixel locations.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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> |
Description
The operation forms an array of pixel locations equivalent to the given region. Note that the resulting array may occupy much more space than the region because it stores each pixels separately, as opposed to the run-length encoding used in regions.