GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolPanning Class / DoMouseDown Method
In This Topic
    DoMouseDown Method (GoToolPanning)
    In This Topic
    When manually panning (i.e. AutoPan is false), a mouse down causes future mouse moves to change the view's GoView.DocPosition to move along with the mouse.
    Syntax
    public override void DoMouseDown()
    See Also