HitTest Method
HitTest(Point)
Returns the element at a given point.
Declaration
public virtual Element HitTest(Point pt)
Public Overridable Function HitTest(pt As Point) As Element
Parameters
| Type |
Name |
Description |
| Point |
pt |
Point to check.
|
Returns
| Type |
Description |
| Element |
The element at the point.
|