Geometry.Parse(String) 方法

定义

使用当前区域性基于指定的字符串创建新的 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 实例。

注解

有关如何设置此字符串格式的信息,请参阅路径标记语法

适用于