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