PointCollection.Parse(String) Method

Definition

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

public:
 static System::Windows::Media::PointCollection ^ Parse(System::String ^ source);
public static System.Windows.Media.PointCollection Parse (string source);
static member Parse : string -> System.Windows.Media.PointCollection
Public Shared Function Parse (source As String) As PointCollection

Parameters

source
String

The String representation of the collection of points.

Returns

The equivalent PointCollection.

Applies to