ComponentOne Xamarin.iOS Documentation
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / HitTest Method
The touched point.
The touch event.


In This Topic
    HitTest Method (C1DropDown)
    In This Topic
    Hit test when touched.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("hitTest:withEvent:")>
    <CompilerGeneratedAttribute()>
    Public Overrides Function HitTest( _
       ByVal point As CoreGraphics.CGPoint, _
       ByVal uievent As UIKit.UIEvent _
    ) As UIKit.UIView
    'Usage
     
    
    Dim instance As C1DropDown
    Dim point As CoreGraphics.CGPoint
    Dim uievent As UIKit.UIEvent
    Dim value As UIKit.UIView
     
    value = instance.HitTest(point, uievent)
    [Foundation.Export("hitTest:withEvent:")]
    [CompilerGenerated()]
    public override UIKit.UIView HitTest( 
       CoreGraphics.CGPoint point,
       UIKit.UIEvent uievent
    )

    Parameters

    point
    The touched point.
    uievent
    The touch event.
    See Also