SKPath.ParseSvgPathData(String) Method

Definition

Creates a path based on the SVG path data string.

public static SkiaSharp.SKPath ParseSvgPathData (string svgPath);

Parameters

svgPath
String

The SVG path data.

Returns

Returns the new path if successful, otherwise null.

Applies to