Window.RangeFromPoint(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- x
- Int32
Required Integer. The horizontal distance (in pixels) from the left edge of the screen to the point.
- y
- Int32
Required Integer. The vertical distance (in pixels) from the top of the screen to the point.
Returns
Remarks
If no range or shape is located at the coordinate pair specified, the method returns Nothing.