You are here: Start » FIL.NET » Invoke.RegionContours
Computes an array of closed paths corresponding to the contours of the input region.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RegionContours ( Fil.Region inRegion, Fil.RegionContourMode inContourMode, Fil.RegionConnectivity inRegionConnectivity, List<Fil.Path> outContours )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inContourMode | Fil.RegionContourMode | |||
![]() | inRegionConnectivity | Fil.RegionConnectivity | EightDirections | Region connectivity semantics. Default value: EightDirections. | |
![]() | outContours | System.Collections.Generic.List<Fil.Path> |