You are here: Start » AVL.NET » Invoke.RegionRectangularity

Invoke.RegionRectangularity

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionRectangularity
(
	Avl.Region inRegion,
	out float outRectangularity
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outRectangularityfloat

See also