Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NTextElement Class / HitTest Method / HitTest(NPointHitTestVisitor) Method


In This Topic
    HitTest(NPointHitTestVisitor) Method
    In This Topic
    Hit tests the node by point (in view coordinates).
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function HitTest( _
       ByVal context As NPointHitTestVisitor _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTextElement
    Dim context As NPointHitTestVisitor
    Dim value As System.Boolean
     
    value = instance.HitTest(context)
    public override System.bool HitTest( 
       NPointHitTestVisitor context
    )

    Parameters

    context
    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