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

Invoke.RegionComplexity

Calculates how much the input region's perimeter is bigger than the perimeter of a circle of the same area.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RegionComplexity
(
	Fil.Region inRegion,
	out float outComplexity
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
outComplexityfloat

See also