Share via


Int32Rect.Parse(String) Méthode

Définition

Crée une structure Int32Rect à partir de la représentation String spécifiée.

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

Paramètres

source
String

Représentation sous forme de chaîne d'un Int32Rect.

Retours

Int32Rect

Structure Int32Rect équivalente.

S’applique à