PathGeometry.

Parse(string) Method

Summary

Parses the specified path data to a PathGeometry.
Namespace
Avalonia.Media
Containing Type
PathGeometry

Syntax

public static PathGeometry Parse(string pathData)

Parameters

Name Type Description
pathData string The s.

Return Value

Type Description
PathGeometry