Size.Parse(String) Metoda

Definice

Vrátí instanci Size z převedeného Stringobjektu .

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

Parametry

source
String

Hodnota String , která se má analyzovat na Size hodnotu.

Návraty

Size

Instance Size.

Platí pro