Nevron.Chart Namespace / INHitTestable Interface / HitTest Method / HitTest(NChartRenderingContext,NRectangleF,Boolean,List<INNode>) Method


HitTest(NChartRenderingContext,NRectangleF,Boolean,List<INNode>) Method
Syntax
'Declaration
 
Overloads Sub HitTest( _
   ByVal context As NChartRenderingContext, _
   ByVal rect As NRectangleF, _
   ByVal containsOrIntersect As System.Boolean, _
   ByVal nodes As System.Collections.Generic.List(Of INNode) _
) 
 
'Usage
 
Dim instance As INHitTestable
Dim context As NChartRenderingContext
Dim rect As NRectangleF
Dim containsOrIntersect As System.Boolean
Dim nodes As System.Collections.Generic.List(Of INNode)
 
instance.HitTest(context, rect, containsOrIntersect, nodes)

Parameters

context
rect
containsOrIntersect
nodes
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