ToolManager
StockSharp.Xaml.Diagram.GXDiagram.Tool
This special IDiagramTool is responsible for managing all of the Diagram's mode-less tools.
继承自: DiagramTool
方法
DoKeyDown(KeyEventArgs)
This just calls KeyEventArgs) on the diagram's CommandHandler to handle standard keyboard command bindings.
- e
DoMouseDown()
Iterate over the MouseDownTools and start the first one that CanStart.
DoMouseMove()
Iterate over the MouseMoveTools and start the first one that CanStart.
DoMouseUp()
Iterate over the MouseUpTools and start the first one that CanStart.
DoMouseWheel()
This just calls StandardMouseWheel to get the standard scrolling and zooming behavior.