You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inRegions | System.Collections.Generic.List<Fil.Region> | |||
![]() | inMetric | Ftl.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. | ||
![]() | outRegions | System.Collections.Generic.List<Fil.Region> |