PathGeometryParse Method

Parses the specified path data to a PathGeometry.

Definition

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

Parameters

pathData  String
The s.

Return Value

PathGeometry

See Also