Int32Rect.Parse(String) Método

Definición

Crea una estructura Int32Rect a partir de la representación de tipo String especificada.

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 una estructura Int32Rect.

Devoluciones

Int32Rect

Estructura Int32Rect equivalente.

Se aplica a