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);
abstract member RangeFromPoint : int * int -> obj
Public Function RangeFromPoint (x As Integer, y As Integer) As Object
Paramètres
- x
- Int32
Argument de type Integer obligatoire. Distance horizontale (en pixels) entre le bord gauche de l'écran et le point.
- y
- Int32
Argument de type Integer obligatoire. Distance verticale (en pixels) entre le haut de l'écran et le point.
Retours
Remarques
Si aucune plage ni aucune forme se trouve au niveau de la paire de coordonnées spécifiée, la méthode renvoie la valeur Nothing.