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 实例。
注解
有关如何设置此字符串格式的信息,请参阅路径标记语法