Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NWrapFlowPanelControl Class / HitTestPointInternal Method


In This Topic
    HitTestPointInternal Method (NWrapFlowPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Function HitTestPointInternal( _
       ByVal filterCallback As System.Windows.Media.HitTestFilterCallback, _
       ByVal resultCallback As System.Windows.Media.HitTestResultCallback, _
       ByVal hitTestParameters As System.Windows.Media.PointHitTestParameters _
    ) As System.Windows.Media.HitTestResultBehavior
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim filterCallback As System.Windows.Media.HitTestFilterCallback
    Dim resultCallback As System.Windows.Media.HitTestResultCallback
    Dim hitTestParameters As System.Windows.Media.PointHitTestParameters
    Dim value As System.Windows.Media.HitTestResultBehavior
     
    value = instance.HitTestPointInternal(filterCallback, resultCallback, hitTestParameters)
    internal virtual System.Windows.Media.HitTestResultBehavior HitTestPointInternal( 
       System.Windows.Media.HitTestFilterCallback filterCallback,
       System.Windows.Media.HitTestResultCallback resultCallback,
       System.Windows.Media.PointHitTestParameters hitTestParameters
    )

    Parameters

    filterCallback
    resultCallback
    hitTestParameters
    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