Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NBorderWall Class / HitTest Method


In This Topic
    HitTest Method (NBorderWall)
    In This Topic
    Hit tests the border wall
    Syntax
    'Declaration
     
    
    Public Function HitTest( _
       ByVal pt As NPoint, _
       ByVal inflate As NMargins, _
       ByRef type As ENBorderBrickType _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NBorderWall
    Dim pt As NPoint
    Dim inflate As NMargins
    Dim type As ENBorderBrickType
    Dim value As System.Boolean
     
    value = instance.HitTest(pt, inflate, type)
    public System.bool HitTest( 
       NPoint pt,
       NMargins inflate,
       out ENBorderBrickType type
    )

    Parameters

    pt
    inflate
    type
    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