Back to FabImage Library website

You are here: Start » Function Reference » Region » Region Features » RegionPointRunLengths

RegionPointRunLengths


Header: FIL.h
Namespace: fil
Module: FoundationBasic

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

Syntax

C++
C#
 
void fil::RegionPointRunLengths
(
	const fil::Region& inRegion,
	ftl::Array< int >& outPointRunLengths
)

Parameters

Name Type Default Description
Input value inRegion const Region& Input region
Output value outPointRunLengths Arrayint >&