Int32Rect.Parse(String) Méthode

Définition

Crée une Int32Rect structure à partir de la représentation spécifiée 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

Paramètres

source
String

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

Retours

Structure équivalente Int32Rect .

S’applique à