You are here: Start » AVL.NET » Invoke.DilateShapeRegion
Performs a morphological dilation on a shape region.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void DilateShapeRegion ( Avl.ShapeRegion inShapeRegion, float inRadius, Avl.ShapeRegion outShapeRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inShapeRegion | Avl.ShapeRegion | |||
![]() | inRadius | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | outShapeRegion | Avl.ShapeRegion |