Parse 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)
- C#
- VB
- F#
public void Parse(
string pathData
)
Public Sub Parse (
pathData As String
)
member Parse :
pathData : string -> unit
Parameters
- String
- The path data.