Int32Rect.Parse(String) Metodo

Definizione

Crea una struttura Int32Rect dalla rappresentazione di String specificata.

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

Parametri

source
String

Rappresentazione in forma di stringa di Int32Rect.

Restituisce

Int32Rect

Struttura Int32Rect equivalente.

Si applica a