Interface IImageCommand
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public interface IImageCommand
Methods
Execute(RadBitmap, Object)
Declaration
RadBitmap Execute(RadBitmap source, object context)
Parameters
RadBitmap
source
|
System.Object
context
|
Returns
RadBitmap
|