Northwoods.Go Assembly > Northwoods.Go Namespace : GoTool Class |
The following tables list the members exposed by GoTool.
Name | Description | |
---|---|---|
CurrentObject | Gets or sets this tool's CurrentObject property. | |
DragSize | Gets or sets the dimensions, in pixels, of the rectangle that a drag operation must extend to be considered a drag operation. | |
FirstInput | Gets this view's FirstInput property. | |
LastInput | Gets this view's LastInput property. | |
Selection | Gets this view's Selection property. | |
TransactionResult | 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. | |
View | Gets the view for which this tool is handling canonicalized input events. |
Name | Description | |
---|---|---|
CanStart | This predicate should be true if this tool can be activated to be the view's current tool. | |
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. | |
DoClick | Any tool can call this method in order to implement the standard click behavior. | |
DoKeyDown | The view calls this method when the user presses a key on the keyboard; all of the event information is provided by the LastInput property. | |
DoMouseDown | The view calls this method upon a mouse down event; all of the event information is provided by the LastInput property. | |
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. | |
DoMouseMove | The view calls this method upon a mouse move event; all of the event information is provided by the LastInput property. | |
DoMouseUp | The view calls this method upon a mouse up event; all of the event information is provided by the LastInput property. | |
DoMouseWheel | The view calls this method as the mouse wheel rotates; all of the event information is provided by the LastInput property. | |
DoSelect | Any tool can call this method in order to implement the standard selection behavior for a user click. | |
IsBeyondDragSize | Determine if the mouse has gone beyond the DragSize distance to be considered a drag instead of a sloppy click. | |
Start | This method is called when this tool becomes the view's current tool. | |
StartTransaction | Start a transaction on the view. | |
Stop | This method is called when this tool is about to be replaced as the view's current tool. | |
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. | |
StopTransaction | Stop the current transaction, aborting it if TransactionResult is null. | |
SubtractPoints | Overloaded. This shared method helps do subtraction of PointF values. |