FEllipseGetStringLength Method

Return the length of the string between the two focal points used to draw the entire perimeter.

Definition

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

Parameters

ellipse  FEllipse
Reference to the ellipse whose perimeter string will be measured.

Return Value

Single
Length of an imaginary string, tied between two focal points, that can reach to any point in the perimeter of the ellipse.

See Also