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

Invoke.ExpandRegions

Splits pixels of the input regions and their complement among these regions.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ExpandRegions
(
	List<Fil.Region> inRegions,
	Optional<Fil.Metric> inMetric,
	List<Fil.Region> outRegions
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.List<Fil.Region>
inMetricFtl.Optional<Fil.Metric>Metric used for deciding which region receives a pixel; if set to NIL, Taxi metric is used after demarcating with NIL metric. Default value: ftl::NIL.
outRegionsSystem.Collections.Generic.List<Fil.Region>

See also