Compartilhar via


Int32Rect.Parse(String) Método

Definição

Cria uma estrutura Int32Rect com base na representação de 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

Uma representação da cadeia de caracteres de um Int32Rect.

Retornos

Int32Rect

A estrutura Int32Rect equivalente.

Aplica-se a