GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolPanning Class
Properties Methods


In This Topic
    GoToolPanning Class Members
    In This Topic

    The following tables list the members exposed by GoToolPanning.

    Public Constructors
     NameDescription
    Public Constructor The standard tool constructor.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets whether this tool is used to implement autopanning or manual panning.  
    Public Property Gets or sets this tool's CurrentObject property. (Inherited from Northwoods.Go.GoTool)
    Public Property Gets this view's FirstInput property. (Inherited from Northwoods.Go.GoTool)
    Public Property Gets this view's LastInput property. (Inherited from Northwoods.Go.GoTool)
    Public PropertyGets or sets whether this tool is used in a modal fashion when AutoPan is false.  
    Public Property Gets or sets the original panning point.  
    Public Property Gets this view's Selection property. (Inherited from Northwoods.Go.GoTool)
    Public Property Gets or sets whether to abort the current transaction if this tool is stopped; if set to a string, the string specifies the name of the transaction that will be finished when the tool stops. (Inherited from Northwoods.Go.GoTool)
    Public Property Gets the view for which this tool is handling canonicalized input events. (Inherited from Northwoods.Go.GoTool)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. 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.  
    Public MethodThe 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)
    Public Method Any tool can call this method in order to implement the standard click behavior. (Inherited from Northwoods.Go.GoTool)
    Public MethodOverridden.  Stop panning whenever any key is pressed.  
    Public MethodOverridden. 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.  
    Public MethodThe 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)
    Public MethodOverridden. Call GoView.DoAutoPan to pan the view according to the current mouse point relative to the Origin.  
    Public MethodOverridden. On the first mouse up, set the Origin point and display the panning origin marker; on the second second mouse up, stop this tool.  
    Public MethodOverridden.  Stop panning whenever the mouse wheel turns.  
    Public Method Any tool can call this method in order to implement the standard selection behavior for a user click. (Inherited from Northwoods.Go.GoTool)
    Public MethodDetermine if the mouse has gone beyond the DragSize distance to be considered a drag instead of a sloppy click. (Inherited from Northwoods.Go.GoTool)
    Public MethodOverridden.  Initialize this tool.  
    Public Method Start a transaction on the view. (Inherited from Northwoods.Go.GoTool)
    Public MethodOverridden.  Stop any auto-panning in the view and remove the original panning point marker.  
    Public Method 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)
    Public MethodStop the current transaction, aborting it if TransactionResult is null. (Inherited from Northwoods.Go.GoTool)
    Top
    See Also