[]
        
(Showing Draft Content)

C1.Framework.XView.HitTest

HitTest Method

HitTest()

Gets the hit-testable element under the mouse.

Declaration
public Element HitTest()
Returns
Type Description
Element

Element under the mouse.

Implements

HitTest(Point)

Gets the hit-testable element at a given position.

Declaration
public Element HitTest(Point pt)
Parameters
Type Name Description
Point pt

Position to test.

Returns
Type Description
Element

Element at the given position.