PathFigureCollection.Parse(String) Méthode
Définition
Retourne une instance de PathFigureCollection créée à partir d'une chaîne spécifiée.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
Paramètres
- source
- String
Chaîne convertie en PathFigureCollection.The string that is converted to a PathFigureCollection.
Retours
Instance de PathFigureCollection créée à partir de source
.An instance of PathFigureCollection created from source
.