You are here: Start » AVL.NET » Function Reference » Region » Region Features » AVL.RegionRectangularity
Computes the area of a region divided by the area of its bounding rectangle.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void RegionRectangularity ( AvlNet.Region inRegion, out float outRectangularity )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | outRectangularity | float |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty region on input in RegionRectangularity. |


