Window.RangeFromPoint(Int32, Int32) Méthode
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:
System::Object ^ RangeFromPoint(int x, int y);
public object RangeFromPoint(int x, int y);
Public Function RangeFromPoint (x As Integer, y As Integer) As Object
Paramètres
- x
- Int32
Argument de type Integer obligatoire. Valeur (en pixels) représentant la distance horizontale par rapport au bord gauche de l'écran, en partant du haut.
- y
- Int32
Argument de type Integer obligatoire. Valeur (en pixels) représentant la distance verticale par rapport à la partie supérieure de l'écran, en partant de la gauche.