You are here: Start » AVL.NET » Invoke.RegionPointRunLengths

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
inRegionAvl.RegionInput region.
outPointRunLengthsSystem.Collections.Generic.List<int>

See also