Class PathTool
Activated when Path drawing action is going to be executed.
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class PathTool : DrawingToolBase, ITool, IMouseListener, IKeyboardListener
Constructors
PathTool()
Fields
ToolName
The name of the path tool.
Declaration
public const string ToolName = "PathTool"
Field Value
|
System.String
|
Methods
MouseDown(PointerArgs)
Handles the mouse-down event.
Declaration
public override bool MouseDown(PointerArgs e)
Parameters
|
PointerArgs
e
The PointerArgs instance containing the event data. |
Returns
|
System.Boolean
|
Overrides
MouseMove(PointerArgs)
Handles the mouse-move event.
Declaration
public override bool MouseMove(PointerArgs e)
Parameters
|
PointerArgs
e
The PointerArgs instance containing the event data. |
Returns
|
System.Boolean
|
Overrides
MouseUp(PointerArgs)
Handles the mouse-up event.
Declaration
public override bool MouseUp(PointerArgs e)
Parameters
|
PointerArgs
e
The PointerArgs instance containing the event data. |
Returns
|
System.Boolean
|
Overrides
OnActivated()
Called when tool is activated.
Declaration
protected override void OnActivated()
Overrides
OnDeactivated()
Called when tool is deactivated.
Declaration
protected override void OnDeactivated()
Overrides
UndoToolAction()
Undoes what this tool has performed.
Declaration
public override void UndoToolAction()