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