PointCollection.Parse(String) 方法

定義

將點集合的 String 表示轉換成對等的 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

參數

source
String

String,表示點集合。

傳回

對等的 PointCollection

適用於