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

Invoke.EllipseArea

Computes the area of an ellipse.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inEllipseFil.Ellipse2D
outAreafloat

See also