Class ContrastCommandContext
Inheritance
System.Object
ContrastCommandContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ContrastCommandContext
Constructors
ContrastCommandContext(Double, Double)
Declaration
public ContrastCommandContext(double brightness, double contrast)
Parameters
System.Double
brightness
|
System.Double
contrast
|
Properties
Brightness
Declaration
public double Brightness { get; }
Property Value
System.Double
|
Contrast
Declaration
public double Contrast { get; }
Property Value
System.Double
|