Parse(ReadOnlySpan) Method

Definition

Namespace Svg
Assembly Svg.Custom.dll

Parses the specified string into a collection of path segments.

public static SvgPathSegmentList Parse(ReadOnlySpan<char> path)

Parameters

path
ReadOnlySpan<Char>

A String? containing path data.

Returns