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