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

FIL.EllipseArea

Computes the area of an ellipse.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inEllipseFilNet.Ellipse2D
outAreafloat

See also