You are here: Start » FIL.NET » Function Reference » ShapeRegion » Shape Region Morphology » FIL.DilateShapeRegion

FIL.DilateShapeRegion

Performs a morphological dilation on a shape region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void DilateShapeRegion
(
	FilNet.ShapeRegion inShapeRegion,
	float inRadius,
	FilNet.ShapeRegion outShapeRegion
)

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Unable to create Polygon from ShapeRegion in DilateShapeRegion.

See also