Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<DecodeSvgPath.PathPiece> DecodePieces(string)

Declaration

public static IEnumerable<DecodeSvgPath.PathPiece> DecodePieces(
    string svgPath
)

Summary

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

Parameters

stringsvgPath SVG path data to parse.