ManipulationTool
Class
Tool handling the resizing and rotation of items.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class ManipulationTool : ToolBase, ITool, IMouseListener
Inheritance: objectToolBaseManipulationTool
Implements:
Inherited Members
Constructors
Initializes a new instance of the ManipulationTool class.
Fields
C#
public const string ToolNameNESW = "Resizing ToolNESW"
C#
public const string ToolNameNWSE = "Resizing ToolNWSE"
C#
public const string ToolNameRotation = "Rotation Tool"
C#
public const string ToolNameSENW = "Resizing ToolSENW"
C#
public const string ToolNameSWNE = "Resizing ToolSWNE"
Methods
Initializes the specified service locator.
C#
public override void Initialize(IGraphServiceLocator serviceLocator)
The service locator.
Overrides:
Handles the mouse double click event.
C#
public virtual bool MouseDoubleClick(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements:
Handles the mouse-down event.
C#
public bool MouseDown(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements:
Handles the mouse-move event.
C#
public virtual bool MouseMove(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements:
Handles the mouse-up event.
C#
public virtual bool MouseUp(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements: