Geometry::Parse Method (String^)

 

Creates a new Geometry instance from the specified string using the current culture.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
static Geometry^ Parse(
	String^ source
)

Parameters

source
Type: System::String^

A string that describes the geometry to be created.

Return Value

Type: System.Windows.Media::Geometry^

A new Geometry instance created from the specified string.

See Path Markup Syntax for information about how this string is formatted

.NET Framework
Available since 3.0
Return to top
Show: