Class SelectCommand
Represents the selection command.
Inheritance
System.Object
SelectCommand
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class SelectCommand : Object, IImageCommand
Constructors
SelectCommand()
Declaration
public SelectCommand()
Methods
Execute(RadBitmap, Object)
Declaration
public RadBitmap Execute(RadBitmap source, object context)
Parameters
RadBitmap
source
|
System.Object
context
|
Returns
RadBitmap
|