You are here: Start » AVL.NET » AVS.RegionRectangularity Method

AVS.RegionRectangularity Method

Computes the area of a region divided by the area of its bounding rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionRectangularity
(
	AvlNet.Region inRegion,
	out float outRectangularity
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outRectangularityfloat

See also