[]
Returns the element at a given point.
public override Element HitTest(Point pt)
Public Overrides Function HitTest(pt As Point) As Element
| Type | Name | Description |
|---|---|---|
| Point | pt | Point to check. |
| Type | Description |
|---|---|
| Element | The element at the point. |