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

Invoke.PathBoundingCircle

Computes the smallest circle enclosing a path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PathBoundingCircle
(
	Fil.Path inPath,
	out Fil.Circle2D outBoundingCircle
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
outBoundingCircleFil.Circle2D

See also