Int32Rect.Parse(String) Metodo

Definizione

Crea una Int32Rect struttura dalla rappresentazione specificata String .

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 di stringa di un oggetto Int32Rect.

Valori restituiti

Struttura equivalente Int32Rect .

Si applica a