You are here: Start » AVL.NET » Invoke.RegionContours

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
inRegionAvl.RegionInput region.
inContourModeAvl.RegionContourMode
inRegionConnectivityAvl.RegionConnectivityEightDirectionsRegion connectivity semantics. Default value: EightDirections.
outContoursSystem.Collections.Generic.List<Avl.Path>

See also