[]
        
(Showing Draft Content)

C1.iOS.Input.C1DropDown.HitTest

HitTest Method

HitTest(CGPoint, UIEvent)

Hit test when touched.

Declaration
public override UIView HitTest(CGPoint point, UIEvent uievent)
Parameters
Type Name Description
CGPoint point

The touched point.

UIEvent uievent

The touch event.

Returns
Type Description
UIView