Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<SvgPiece> Decode(string)

Declaration

public static IEnumerable<SvgPiece> Decode(
    string svgPath
)

Summary

Converts a string containing SVG path data to a sequence of SvgPiece objects.

Parameters

stringsvgPath SVG path data to parse.