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

適用対象