You are here: Start » FIL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | outBoundingCircle | Fil.Circle2D |


