You are here: Start » AVL.NET » AVL.RegionInscribedBox(AvlNet.Region, float, int, int, AvlNet.Box?)
AVL.RegionInscribedBox(AvlNet.Region, float, int, int, AvlNet.Box?)
Computes the largest box contained in a region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionInscribedBox( AvlNet.Region inRegion, float inMinAspectRatio, int inMinWidth, int inMinHeight, out AvlNet.Box? outBox )
Parameters
- inRegion
- Type: AvlNet.Region
Input region - inMinAspectRatio
- Type: System.Single
Minimal aspect ratio of found box - inMinWidth
- Type: System.Int32
Minimal width of found box - inMinHeight
- Type: System.Int32
Minimal height of found box - outBox
- Type: System.Nullable<AvlNet.Box>
Found box with largest area
