PathFigureCollection.Parse(String) Methode
Definition
Gibt eine aus einer angegebenen Zeichenfolge erstellte Instanz von PathFigureCollection zurück.Returns an instance of PathFigureCollection created from a specified string.
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.The string that is converted to a PathFigureCollection.
Gibt zurück
Eine aus source
erstellte Instanz von PathFigureCollection.An instance of PathFigureCollection created from source
.