Northwoods.Go Assembly > Northwoods.Go Namespace : GoToolPanning Class |
For a list of all members of this type, see GoToolPanning members.
Name | Description | |
---|---|---|
![]() | CanStart | Overridden. This tool can start when the middle mouse button is pressed, unless AutoPan is false (for manual panning), in which case the left mouse button is used. |
![]() | DoCancelMouse | The view calls this method when the user cancels the gesture with the mouse; all of the event information is provided by the LastInput property. (Inherited from Northwoods.Go.GoTool) |
![]() | DoClick | Any tool can call this method in order to implement the standard click behavior. (Inherited from Northwoods.Go.GoTool) |
![]() | DoKeyDown | Overridden. Stop panning whenever any key is pressed. |
![]() | DoMouseDown | Overridden. 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. |
![]() | DoMouseHover | The view calls this method after the mouse rests for a while at a point; all of the event information is provided by the LastInput property. (Inherited from Northwoods.Go.GoTool) |
![]() | DoMouseMove | Overridden. Call GoView.DoAutoPan to pan the view according to the current mouse point relative to the Origin. |
![]() | DoMouseUp | Overridden. On the first mouse up, set the Origin point and display the panning origin marker; on the second second mouse up, stop this tool. |
![]() | DoMouseWheel | Overridden. Stop panning whenever the mouse wheel turns. |
![]() | DoSelect | Any tool can call this method in order to implement the standard selection behavior for a user click. (Inherited from Northwoods.Go.GoTool) |
![]() | IsBeyondDragSize | Determine if the mouse has gone beyond the DragSize distance to be considered a drag instead of a sloppy click. (Inherited from Northwoods.Go.GoTool) |
![]() | Start | Overridden. Initialize this tool. |
![]() | StartTransaction | Start a transaction on the view. (Inherited from Northwoods.Go.GoTool) |
![]() | Stop | Overridden. Stop any auto-panning in the view and remove the original panning point marker. |
![]() | StopTool | This method just causes the view's current tool to be stopped and to start the view's default tool instead as the current tool. (Inherited from Northwoods.Go.GoTool) |
![]() | StopTransaction | Stop the current transaction, aborting it if TransactionResult is null. (Inherited from Northwoods.Go.GoTool) |