Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryView Class / GetInsertionIndexFromPoint Method
point in device coordinate


In This Topic
    GetInsertionIndexFromPoint Method
    In This Topic
    Gets the insertion index at which dropped items should be inserted
    Syntax
    'Declaration
     
    
    Public Overridable Function GetInsertionIndexFromPoint( _
       ByVal point As NPointF _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NLibraryView
    Dim point As NPointF
    Dim value As System.Integer
     
    value = instance.GetInsertionIndexFromPoint(point)
    public virtual System.int GetInsertionIndexFromPoint( 
       NPointF point
    )

    Parameters

    point
    point in device coordinate
    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