Geometry.Parse(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new Geometry instance from the specified string using the current culture.
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
Parameters
- source
- String
A string that describes the geometry to be created.
Returns
A new Geometry instance created from the specified string.
Remarks
See Path Markup Syntax for information about how this string is formatted
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.