You are here: Start » AVL.NET » Invoke.RegionBoundingCircle_OrNil
Computes the smallest circle enclosing a region; returns NIL if the region is empty.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RegionBoundingCircle_OrNil ( Avl.Region inRegion, Conditional<Avl.Circle2D> outBoundingCircle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inRegion | Avl.Region | Input region. | ||
![]()  | outBoundingCircle | Atl.Conditional<Avl.Circle2D> | 


