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


