You are here: Start » AVL.NET » AVS.DilateShapeRegion Method

AVS.DilateShapeRegion Method

Performs a morphological dilation on a shape region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DilateShapeRegion
(
	AvlNet.ShapeRegion inShapeRegion,
	float inRadius,
	AvlNet.ShapeRegion outShapeRegion
)

Parameters

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

See also