Input for WinForms | ComponentOne
C1.Win.Accessibility.Items Namespace / UiaWindow Class / ElementProviderFromPoint Method

In This Topic
    ElementProviderFromPoint Method (UiaWindow)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function ElementProviderFromPoint( _
       ByVal x As Double, _
       ByVal y As Double _
    ) As IRawElementProviderFragment
    public virtual IRawElementProviderFragment ElementProviderFromPoint( 
       double x,
       double y
    )

    Parameters

    x
    y
    See Also