You are here: Start » AVL.NET » Function Reference » Region » Region Features » AVL.RegionPointRunLengths

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
inRegionAvlNet.RegionInput region.
outPointRunLengthsSystem.Collections.Generic.IList<int>

See also