PathFigureCollection.Parse(String) メソッド

定義

指定した文字列から作成された PathFigureCollection のインスタンスを返します。

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

パラメーター

source
String

PathFigureCollection に変換する文字列。

戻り値

source から作成された PathFigureCollection のインスタンス。

適用対象