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