Class ManipulateShapeCommand
Undoable shape manipulation action.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class ManipulateShapeCommand : GraphCommandBase, ICommand
Constructors
ManipulateShapeCommand(String, IShape, Point, Size, Double)
Initializes a new instance of the Manipulate
Declaration
public ManipulateShapeCommand(string name, IShape shape, Point oldPosition, Size oldSize, double oldAngle)
Parameters
Methods
Execute(Object)
Executes the specified state.
Declaration
public override void Execute(object state = null)
Parameters
System.
|
Overrides
Redo()
Undo(Object)
Undoes this instance.
Declaration
public override void Undo(object state = null)
Parameters
System.
|