Share via


PathFigureCollection.Parse(String) Methode

Definition

Gibt eine aus einer angegebenen Zeichenfolge erstellte Instanz von PathFigureCollection zurück.

public:
 static System::Windows::Media::PathFigureCollection ^ Parse(System::String ^ source);
public static System.Windows.Media.PathFigureCollection Parse (string source);
static member Parse : string -> System.Windows.Media.PathFigureCollection
Public Shared Function Parse (source As String) As PathFigureCollection

Parameter

source
String

Die Zeichenfolge, die in eine PathFigureCollection konvertiert wird.

Gibt zurück

PathFigureCollection

Eine aus source erstellte Instanz von PathFigureCollection.

Gilt für