PathFiguresParse Method

Parses the specified path data to a PathFigures.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static PathFigures Parse(
	string pathData
)

Parameters

pathData  String
The s.

Return Value

PathFigures

See Also