SVGGeometryElement.GetTotalLength

SVGGeometryElement.GetTotalLength method

Returns the user agent’s computed value for the total length of the path using the user agent’s distance-along-a-path algorithm, as a distance in the current user coordinate system.

public float GetTotalLength()

Return Value

The total length of the path.

See Also