Class InvertColorsCommand
Inherited Members
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class InvertColorsCommand : EffectCommandBase, IImageCommand
Constructors
InvertColorsCommand()
Declaration
public InvertColorsCommand()
Methods
SetupEffect(Object)
Declaration
public override Effect SetupEffect(object context)
Parameters
System.Object
context
|
Returns
System.Windows.Media.Effects.Effect
|