Int32Rect.Parse(String) Método

Definição

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

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

Retornos

A estrutura equivalente Int32Rect .

Aplica-se a