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

Invoke.ErodeShapeRegion

Performs a morphological erosion on a shape region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ErodeShapeRegion
(
	Avl.ShapeRegion inShapeRegion,
	float inRadius,
	Avl.ShapeRegion outShapeRegion
)

Parameters

Name Type Range Default Description
inShapeRegionAvl.ShapeRegion
inRadiusfloat<0.0f, INF>1.0fDefault value: 1.0f.
outShapeRegionAvl.ShapeRegion

See also