You are here: Start » FIL.NET » Invoke.PolygonRectangularity

Invoke.PolygonRectangularity

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PolygonRectangularity
(
	Fil.Path inPolygon,
	out float outRectangularity
)

Parameters

Name Type Range Default Description
inPolygonFil.Path
outRectangularityfloat

See also