| 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.SvgAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic float GetTotalLength()
Public Function GetTotalLength As Single
public:
float GetTotalLength()
member GetTotalLength : unit -> float32
Return Value
Type:
SingleThe total length of the path.
See Also