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

Invoke.PathToShapeRegion

Converts a closed path to a shape region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PathToShapeRegion
(
	Avl.Path inPath,
	Avl.ShapeRegion outShapeRegion
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
outShapeRegionAvl.ShapeRegion

See also