Nevron .NET Vision
Nevron.Chart Namespace / NDocument Class / HitTest Method / HitTest(NChartRenderingContext,NPointF,Boolean) Method
the view context
a view point
whether to recalculate the layout of the document


In This Topic
    HitTest(NChartRenderingContext,NPointF,Boolean) Method
    In This Topic
    Performs a hit test
    Syntax
    'Declaration
     
    
    Public Overloads Function HitTest( _
       ByVal context As NChartRenderingContext, _
       ByVal point As NPointF, _
       ByVal recalcLayout As System.Boolean _
    ) As NChartNode
    'Usage
     
    
    Dim instance As NDocument
    Dim context As NChartRenderingContext
    Dim point As NPointF
    Dim recalcLayout As System.Boolean
    Dim value As NChartNode
     
    value = instance.HitTest(context, point, recalcLayout)

    Parameters

    context
    the view context
    point
    a view point
    recalcLayout
    whether to recalculate the layout of the document
    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