You are here: Start » FIL.NET » FIL.InflatePath

FIL.InflatePath

Enlarges a shape by a given margin (points in the input path must be sorted clockwise)

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void InflatePath
(
	FilNet.Path inPath,
	float inMargin,
	float inMaxPointDisplacement,
	INullable<FilNet.Path> outPath
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inMarginfloat
inMaxPointDisplacementfloat<0.0f, INF>1000.0fDefault value: 1000.0f.
outPathFilNet.INullable<FilNet.Path>Output path. This parameter cannot be null.

See also