PathMarkupParserParse Method

Parses the specified path data and writes the result to the geometryContext of this instance.

Definition

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

Parameters

pathData  String
The path data.

See Also