You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.EllipseArea

AVL.EllipseArea

Computes the area of an ellipse.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void EllipseArea
(
	AvlNet.Ellipse2D inEllipse,
	out float outArea
)

Parameters

Name Type Range Default Description
inEllipseAvlNet.Ellipse2D
outAreafloat

See also