You are here: Start » FIL.NET » FIS.RectangleBoundingCircle Method
FIS.RectangleBoundingCircle Method
Computes the smallest circle containing a rectangle.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void RectangleBoundingCircle ( FilNet.Rectangle2D inRectangle, out FilNet.Circle2D outBoundingCircle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | outBoundingCircle | FilNet.Circle2D |


