PathFigureCollection.Parse(String) Metoda

Definice

Vrátí instanci vytvořenou ze zadaného PathFigureCollection řetězce.

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

Parametry

source
String

Řetězec, který je převeden na PathFigureCollection.

Návraty

PathFigureCollection

Instance PathFigureCollection vytvořená z source.

Platí pro