Nevron.Diagram Namespace / NLayer Class / LastHit Method


In This Topic
    LastHit Method (NLayer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function LastHit( _
       ByVal point As NPointF, _
       ByVal depth As System.Integer, _
       ByVal filter As INFilter, _
       ByVal context As NHitTestContext _
    ) As INNode
    'Usage
     
    
    Dim instance As NLayer
    Dim point As NPointF
    Dim depth As System.Integer
    Dim filter As INFilter
    Dim context As NHitTestContext
    Dim value As INNode
     
    value = instance.LastHit(point, depth, filter, context)
    public virtual INNode LastHit( 
       NPointF point,
       System.int depth,
       INFilter filter,
       NHitTestContext 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