[]
        
(Showing Draft Content)

C1.Framework.Element.HitTest

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.