Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NBorder Class / CreateHitTestPath Method


In This Topic
    CreateHitTestPath Method
    In This Topic
    Gets the path for hit testing.
    Syntax
    'Declaration
     
    
    Public Function CreateHitTestPath( _
       ByVal visitor As NDisplayVisitor, _
       ByVal wall As NBorderWall _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NBorder
    Dim visitor As NDisplayVisitor
    Dim wall As NBorderWall
    Dim value As NGraphicsPath
     
    value = instance.CreateHitTestPath(visitor, wall)
    public NGraphicsPath CreateHitTestPath( 
       NDisplayVisitor visitor,
       NBorderWall wall
    )

    Parameters

    visitor
    wall
    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