Class
RotateCommand

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class RotateCommand : IImageCommand

Inheritance: objectRotateCommand

Implements: IImageCommand

Constructors

RotateCommand()

Declaration

cs-api-definition
public RotateCommand()

Methods

Execute(RadBitmap, object)

Declaration

cs-api-definition
public RadBitmap Execute(RadBitmap source, object context)

Parameters

source

RadBitmap

context

object

Returns

RadBitmap

Implements IImageCommand.Execute(RadBitmap, object)