PointCollection::Parse Method (String^)

 

Converts a String representation of a collection of points into an equivalent PointCollection.

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

public:
static PointCollection^ Parse(
	String^ source
)

Parameters

source
Type: System::String^

The String representation of the collection of points.

Return Value

Type: System.Windows.Media::PointCollection^

The equivalent PointCollection.

.NET Framework
Available since 3.0
Return to top
Show: