ClassInvertColorsCommand
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.Commands
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class InvertColorsCommand : EffectCommandBase, IImageCommand
Inheritance: objectEffectCommandBaseInvertColorsCommand
Implements:
Inherited Members
Constructors
InvertColorsCommand()
Declaration
cs-api-definition
public InvertColorsCommand()
Methods
SetupEffect(object)
Declaration
cs-api-definition
public override Effect SetupEffect(object context)
Parameters
context
Returns
Effect
Overrides