ClassRotate90CounterclockwiseCommand
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class Rotate90CounterclockwiseCommand : ImageEditorCommandBase, ICommand
Inheritance: objectImageEditorCommandBaseRotate90CounterclockwiseCommand
Implements:
Inherited Members
Constructors
Rotate90CounterclockwiseCommand(RadImageEditor)
Declaration
cs-api-definition
public Rotate90CounterclockwiseCommand(RadImageEditor owner)
Parameters
owner
Methods
ExecuteOverride(object)
Declaration
cs-api-definition
protected override void ExecuteOverride(object parameter)
Parameters
parameter
Overrides