HitTest<T> Method (C1InputEventArgs)
Returns the first visual element which is hit by this event.
public HitTest<>(
double
)
where T: UIKit.UIView
'Declaration
Public Function HitTest(Of As UIKit.UIView)( _
Optional ByVal As Double _
) As
'Usage
Dim instance As C1InputEventArgs
Dim ZoomScale As Double
Dim value As
value = instance.HitTest(Of T)(ZoomScale)
Parameters
- ZoomScale
Type Parameters
- T