Int32Rect.Parse(String) Método

Definición

Crea una Int32Rect estructura a partir de la representación especificada 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

Parámetros

source
String

Representación de cadena de un Int32Rectobjeto .

Devoluciones

Estructura equivalente Int32Rect .

Se aplica a