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

Invoke.EllipseArea

Computes the area of an ellipse.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inEllipseAvl.Ellipse2D
outAreafloat

See also