You are here: Start » AVL.NET » Invoke.RegionBoundingCircle
Computes the smallest circle enclosing a region.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RegionBoundingCircle ( Avl.Region inRegion, out Avl.Circle2D outBoundingCircle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | outBoundingCircle | Avl.Circle2D |


