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 的实例。

适用于