PathMarkupParserParse Method
Parses the specified path data and writes the result to the geometryContext of this instance.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void Parse(
string pathData
)
Public Sub Parse (
pathData As String
)
member Parse :
pathData : string -> unit
Parameters
- pathData String
- The path data.