Geometry.Parse(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用目前的文化特性,從指定的字串中建立新的 Geometry 執行個體。
public:
static System::Windows::Media::Geometry ^ Parse(System::String ^ source);
public static System.Windows.Media.Geometry Parse (string source);
static member Parse : string -> System.Windows.Media.Geometry
Public Shared Function Parse (source As String) As Geometry
參數
- source
- String
描述要建立之幾何的字串。
傳回
從指定的字串建立新的 Geometry 執行個體。
備註
如需如何格式化此字串的詳細資訊,請參閱路徑標記語法