Int32Rect.Parse(String) Método

Definição

Cria uma Int32Rect estrutura a partir da 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 cadeias de um Int32Rect.

Devoluções

A estrutura equivalente Int32Rect .

Aplica-se a