You are here: Start » FIL.NET » Invoke.RegionPointRunLengths
Returns the lengths of horizontal sequences of locations that constitute the input region.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RegionPointRunLengths ( Fil.Region inRegion, List<int> outPointRunLengths )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | outPointRunLengths | System.Collections.Generic.List<int> |


