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

Invoke.PathBoundingBox

Computes the smallest box containing a path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PathBoundingBox
(
	Fil.Path inPath,
	out Fil.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
outBoundingBoxFil.Box

See also