GoDiagram Win Reference
DoMouseMove Method (GoToolPanning)

Call GoView.DoAutoPan to pan the view according to the current mouse point relative to the Origin.
Syntax
'Declaration
 
Public Overrides Sub DoMouseMove() 
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.
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

Reference

GoToolPanning Class
GoToolPanning Members
Base Implementation in DoMouseMove

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback