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


