The following tables list the members exposed by Tool.
Name | Description | |
---|---|---|
Tool Constructor | Initializes a new instance of the Tool class. |
Name | Description | |
---|---|---|
CanStart | Overloaded. Determines whether this tool can start. | |
KeyDown | Called when a key is down. | |
KeyUp | Called when a key is up. | |
MouseLeftButtonDown | Called when this tool is started and the left mouse button is down. | |
MouseLeftButtonUp | Called when this tool is started and the left mouse button is up. | |
MouseMove | Called when this tool is started and the mouse is moved. | |
OnMouseLeftButtonDoubleClick | Called when this tool is started and the left mouse button is double clicked. | |
Start | Called when this tool starts. | |
Stop | Called when this tool stops. | |
StopTool | Stops the tool. |