Class
CropCommand

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class CropCommand : IImageCommand

Inheritance: objectCropCommand

Implements: IImageCommand

Constructors

CropCommand()

Declaration

cs-api-definition
public CropCommand()

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)