[]
Gets the hit-testable element under the mouse.
public Element HitTest()
| Type | Description |
|---|---|
| Element | Element under the mouse. |
Gets the hit-testable element at a given position.
public Element HitTest(Point pt)
| Type | Name | Description |
|---|---|---|
| Point | pt | Position to test. |
| Type | Description |
|---|---|
| Element | Element at the given position. |