Nevron .NET Vision
Nevron.Chart.Windows Namespace / NHitTestCacheService Class / HitTest Method


In This Topic
    HitTest Method (NHitTestCacheService)
    In This Topic
    Translates a view point to a context segment.
    Syntax
    'Declaration
     
    
    Public Function HitTest( _
       ByVal point As NPointF _
    ) As INNode
    'Usage
     
    
    Dim instance As NHitTestCacheService
    Dim point As NPointF
    Dim value As INNode
     
    value = instance.HitTest(point)
    public INNode HitTest( 
       NPointF point
    )

    Parameters

    point
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also