Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1InputEventArgs Class / HitTest<T> Method

In This Topic
    HitTest<T> Method (C1InputEventArgs)
    In This Topic
    Returns the first visual element which is hit by this event.
    Syntax
    'Declaration
     
    
    Public Function HitTest(Of T As ComponentBase)( _
       Optional ByVal ZoomScale As Double _
    ) As T
    public T HitTest<T>( 
       double ZoomScale
    )
    where T: ComponentBase

    Parameters

    ZoomScale

    Type Parameters

    T
    See Also