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

Invoke.PolygonArea

Computes the area of polygon.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PolygonArea
(
	Avl.Path inPolygon,
	out float outArea
)

Parameters

Name Type Range Default Description
inPolygonAvl.Path
outAreafloat

See also