Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NWrapFlowPanelControl Class / InputHitTest Method / InputHitTest(Point,IInputElement,IInputElement,HitTestResult) Method


In This Topic
    InputHitTest(Point,IInputElement,IInputElement,HitTestResult) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overloads Sub InputHitTest( _
       ByVal pt As System.Windows.Point, _
       ByRef enabledHit As System.Windows.IInputElement, _
       ByRef rawHit As System.Windows.IInputElement, _
       ByRef rawHitResult As System.Windows.Media.HitTestResult _
    ) 
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim pt As System.Windows.Point
    Dim enabledHit As System.Windows.IInputElement
    Dim rawHit As System.Windows.IInputElement
    Dim rawHitResult As System.Windows.Media.HitTestResult
     
    instance.InputHitTest(pt, enabledHit, rawHit, rawHitResult)
    internal void InputHitTest( 
       System.Windows.Point pt,
       out System.Windows.IInputElement enabledHit,
       out System.Windows.IInputElement rawHit,
       out System.Windows.Media.HitTestResult rawHitResult
    )

    Parameters

    pt
    enabledHit
    rawHit
    rawHitResult
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also