Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NRegionHitTestVisitor Class / NRegionHitTestVisitor Constructor


In This Topic
    NRegionHitTestVisitor Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal xIhb As INFilter(Of NVisual), _
       ByVal YIhb As NMatrix, _
       ByVal Ajhb As NRegion _
    )
    'Usage
     
    
    Dim xIhb As INFilter(Of NVisual)
    Dim YIhb As NMatrix
    Dim Ajhb As NRegion
     
    Dim instance As New NRegionHitTestVisitor(xIhb, YIhb, Ajhb)
    internal NRegionHitTestVisitor( 
       INFilter<NVisual> xIhb,
       NMatrix YIhb,
       NRegion Ajhb
    )

    Parameters

    xIhb
    YIhb
    Ajhb
    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