Point3DCollection.Parse(String) Metod

Definition

Konverterar en strängrepresentation av en samling Point3D objekt till en motsvarande Point3DCollection.

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

Parametrar

source
String

Strängrepresentationen av samlingen med Point3D-objekt.

Returer

Motsvarande Point3DCollection.

Gäller för