ClassInvertColorsCommand
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class InvertColorsCommand : ImageEditorCommandBase, ICommand
Inheritance: objectImageEditorCommandBaseInvertColorsCommand
Implements:
Inherited Members
Constructors
InvertColorsCommand(RadImageEditor)
Declaration
cs-api-definition
public InvertColorsCommand(RadImageEditor owner)
Parameters
owner
Methods
ExecuteOverride(object)
Declaration
cs-api-definition
protected override void ExecuteOverride(object parameter)
Parameters
parameter
Overrides