Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NGeometryPointTracker Class / Drag Method
dragged handle


In This Topic
    Drag Method (NGeometryPointTracker)
    In This Topic
    Called when the specified handle has been dragged
    Syntax
    'Declaration
     
    
    Public Overrides Sub Drag( _
       ByVal handle As NHandle _
    ) 
    'Usage
     
    
    Dim instance As NGeometryPointTracker
    Dim handle As NHandle
     
    instance.Drag(handle)
    public override void Drag( 
       NHandle handle
    )

    Parameters

    handle
    dragged handle
    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