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

AVL.RegionPointRunLengths Method

Returns the lengths of horizontal sequences of locations that constitute the input region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionPointRunLengths(
	AvlNet.Region inRegion,
	out int[] outPointRunLengths
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outPointRunLengthsint

See also