Nevron.Diagram.WinForm Namespace / NView Class / HitTest Method / HitTest(NPointF,Int32,INFilter,NHitTestContext) Method


HitTest(NPointF,Int32,INFilter,NHitTestContext) Method
Syntax
'Declaration
 
Public Overloads Overridable Function HitTest( _
   ByVal point As NPointF, _
   ByVal depth As System.Integer, _
   ByVal filter As INFilter, _
   ByVal context As NHitTestContext _
) As NNodeList
 
'Usage
 
Dim instance As NView
Dim point As NPointF
Dim depth As System.Integer
Dim filter As INFilter
Dim context As NHitTestContext
Dim value As NNodeList
 
value = instance.HitTest(point, depth, filter, context)

Parameters

point
depth
filter
context
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