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


In This Topic
    HitTestPoint Method (NWrapFlowPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function HitTestPoint( _
       ByVal filterCallback As System.Windows.Media.HitTestFilterCallback, _
       ByVal resultCallback As System.Windows.Media.HitTestResultCallback, _
       ByVal pointParams 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 pointParams As System.Windows.Media.PointHitTestParameters
    Dim value As System.Windows.Media.HitTestResultBehavior
     
    value = instance.HitTestPoint(filterCallback, resultCallback, pointParams)
    internal System.Windows.Media.HitTestResultBehavior HitTestPoint( 
       System.Windows.Media.HitTestFilterCallback filterCallback,
       System.Windows.Media.HitTestResultCallback resultCallback,
       System.Windows.Media.PointHitTestParameters pointParams
    )

    Parameters

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