You are here: Start » AVL.NET » Function Reference » Region » Region Features » AVL.RegionRectangularity

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
inRegionAvlNet.RegionInput region.
outRectangularityfloat

Errors

List of possible exceptions:

Error type Description
DomainError Empty region on input in RegionRectangularity.

See also