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