GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolPanning Class / DoMouseMove Method
In This Topic
    DoMouseMove Method (GoToolPanning)
    In This Topic
    Call GoView.DoAutoPan to pan the view according to the current mouse point relative to the Origin.
    Syntax
    public override void DoMouseMove()
    Remarks
    When autopanning, until the Origin panning point is set, this method does nothing. When manually panning, this changes the view's GoView.DocPosition along with changes of the mouse position in the view, thereby panning the view. However, when AutoPan is false and Modal is true, mouse moves have no effect unless a drag is in progress--i.e. after a mouse down.
    See Also