Share via


PathFigureCollectionConverter.ParseStringToPathFigureCollection Method

Definition

public:
 static void ParseStringToPathFigureCollection(Microsoft::Maui::Controls::Shapes::PathFigureCollection ^ pathFigureCollection, System::String ^ pathString);
public static void ParseStringToPathFigureCollection (Microsoft.Maui.Controls.Shapes.PathFigureCollection pathFigureCollection, string pathString);
static member ParseStringToPathFigureCollection : Microsoft.Maui.Controls.Shapes.PathFigureCollection * string -> unit
Public Shared Sub ParseStringToPathFigureCollection (pathFigureCollection As PathFigureCollection, pathString As String)

Parameters

pathFigureCollection
PathFigureCollection
pathString
String

Applies to