SVGGeometryElementGetTotalLength 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.

Namespace: Aspose.Svg
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public float GetTotalLength()

Return Value

Type: Single
The total length of the path.
See Also