Version

InteractionTool Class Methods

For a list of all members of this type, see InteractionTool members.

Public Methods
 NameDescription
Public MethodCanStartDetermines whether this tool can start.  
Public MethodHitTestRetrieves the primitive that is at the specified point.  
Public MethodInvalidateViewInvalidates the view.  
Public MethodKeyDownCalled when a key is down.  
Public MethodMouseDownCalled when this tool is started and a mouse button is pressed.  
Public MethodMouseMoveCalled when this tool is started and the mouse is moved.  
Public MethodMouseUpCalled when this tool is started and a mouse button is released.  
Public MethodMouseWheelCalled when the mouse wheel moves while this tool is started.  
Public MethodStartCalled when this tool starts.  
Public MethodStopCalled when this tool stops.  
Public MethodStopToolStops the tool.  
See Also