Class SaturationCommandContext
Inheritance
System.Object
SaturationCommandContext
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 SaturationCommandContext
Constructors
SaturationCommandContext(Double)
Declaration
public SaturationCommandContext(double saturation)
Parameters
System.Double
saturation
|
Properties
InputSize
Declaration
public Size InputSize { get; }
Property Value
System.Windows.Size
|
Saturation
Declaration
public double Saturation { get; }
Property Value
System.Double
|