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