PathFigureCollection.Parse(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回從指定之字串建立的 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 執行個體。