FEllipseGetPerimeter Method

Return the perimeter of the shape.

Definition

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

Parameters

ellipse  FEllipse
Reference to the ellipse for which the perimeter will be returned.

Return Value

Single
The perimeter of the ellipse.

Remarks

The perimeter of the ellipse is an approprimate value. This variation was discovered by Srinivasa Ramanujan in the 1910s.

See Also