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

FIS.PathBoundingBox Method

Computes the smallest box containing a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PathBoundingBox
(
	FilNet.Path inPath,
	out FilNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outBoundingBoxFilNet.Box

See also