PointCollection.Parse(String) Metoda

Definice

Převede reprezentaci String kolekce bodů na ekvivalentní 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

Parametry

source
String

Reprezentace String sběru bodů.

Návraty

Ekvivalent PointCollection.

Platí pro