Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ObjectManipulator Class / OnDrag Method
Last mouse point in viewport coordinates
Current mouse point in viewport coordinates

In This Topic
    OnDrag Method
    In This Topic
    Method called during the drag.
    Syntax
    'Declaration
     
    Protected Friend Overridable Function OnDrag( _
       ByRef lastPoint As Point, _
       ByVal curPoint As Point, _
       ByVal viewport As Viewport _
    ) As Boolean
    protected internal virtual bool OnDrag( 
       ref Point lastPoint,
       Point curPoint,
       Viewport viewport
    )

    Parameters

    lastPoint
    Last mouse point in viewport coordinates
    curPoint
    Current mouse point in viewport coordinates
    viewport

    Return Value

    See Also