ClassManipulateShapeCommand
Class
Undoable shape manipulation action.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public class ManipulateShapeCommand : GraphCommandBase, ICommand
Inheritance: objectGraphCommandBaseManipulateShapeCommand
Implements:
Inherited Members
Constructors
ManipulateShapeCommand(string, IShape, Point, Size, double)
Initializes a new instance of the ManipulateShapeCommand class.
Methods
Execute(object)
Executes the specified state.
Declaration
cs-api-definition
public override void Execute(object state = null)
Parameters
state
Overrides
Undo(object)
Undoes this instance.
Declaration
cs-api-definition
public override void Undo(object state = null)
Parameters
state
Overrides