Int32Rect(Int32, Int32, Int32, Int32) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
Int32Rect(int x, int y, int width, int height);
public Int32Rect (int x, int y, int width, int height);
new System.Windows.Int32Rect : int * int * int * int -> System.Windows.Int32Rect
Public Sub New (x As Integer, y As Integer, width As Integer, height As Integer)
Paramètres
- x
- Int32
Le X de la nouvelle instance Int32Rect qui spécifie la coordonnée x de l'angle supérieur gauche du rectangle.
- y
- Int32
Le Y de la nouvelle instance Int32Rect qui spécifie la coordonnée y de l'angle supérieur gauche du rectangle.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.