You are here: Start » FIL.NET » FIS.DilatePolygon Method

FIS.DilatePolygon Method

Enlarges a polygon by a given radius.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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.

See also