FEllipseGetArea Method

Return the area in the caller's ellipse.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static float GetArea(
	FEllipse ellipse
)

Parameters

ellipse  FEllipse
Reference to the ellipse to measure.

Return Value

Single
The area of the ellipse.

See Also