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

Invoke.InflatePath

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
inMarginfloatMargin of inflation.
inMaxPointDisplacementfloat<0.0f, INF>1000.0fMaximal displacement of single point. Default value: 1000.0f.
outPathFtl.Conditional<Fil.Path>Output path.

See also