You are here: Start » FIL.NET » Function Reference » Path » Path Global Transforms » FIL.DilatePolygon

FIL.DilatePolygon

Enlarges a polygon by a given radius.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void DilatePolygon
(
	FilNet.Path inPolygon,
	float inRadius,
	bool inRasterMode,
	FilNet.Path outPolygon
)

Parameters

Name Type Range Default Description
inPolygonFilNet.PathInput polygon.
inRadiusfloat1.0fDefault value: 1.0f.
inRasterModeboolFalseDefault value: False.
outPolygonFilNet.PathOutput polygon.

Errors

List of possible exceptions:

Error type Description
DomainError Open path on input in DilatePolygon.

See also