PointCollection.Parse(String) Metodo
Definizione
Converte una rappresentazione di String di un insieme di punti in un oggetto PointCollection equivalente.Converts a String representation of a collection of points into an equivalent PointCollection.
public:
static System::Windows::Media::PointCollection ^ Parse(System::String ^ source);
public static System.Windows.Media.PointCollection Parse (string source);
static member Parse : string -> System.Windows.Media.PointCollection
Public Shared Function Parse (source As String) As PointCollection
Parametri
- source
- String
Rappresentazione di String dell'insieme di punti.The String representation of the collection of points.
Restituisce
Oggetto PointCollection equivalente.The equivalent PointCollection.