Int32Rect.Parse(String) Methode

Definition

Erstellt eine Int32Rect-Struktur aus der angegebenen String-Darstellung.

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

Parameter

source
String

Eine Zeichenfolgendarstellung eines Int32Rect.

Gibt zurück

Die entsprechende Int32Rect-Struktur.

Gilt für: