Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibrarySelectorTool Class / GetSelectableNodesFromPoint Method


In This Topic
    GetSelectableNodesFromPoint Method (NLibrarySelectorTool)
    In This Topic
    Returns a list from the selectable nodes under the current hit point
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetSelectableNodesFromPoint() As NNodeList
    'Usage
     
    
    Dim instance As NLibrarySelectorTool
    Dim value As NNodeList
     
    value = instance.GetSelectableNodesFromPoint()
    protected virtual NNodeList GetSelectableNodesFromPoint()

    Return Value

    selectable nodes hit by the current 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