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

Invoke.RegionPointRunLengths

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RegionPointRunLengths
(
	Fil.Region inRegion,
	List<int> outPointRunLengths
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
outPointRunLengthsSystem.Collections.Generic.List<int>

See also