Class BlurCommandContext
Inheritance
System.Object
BlurCommandContext
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 BlurCommandContext
Constructors
BlurCommandContext(Double, Size)
Declaration
public BlurCommandContext(double amount, Size inputSize)
Parameters
System.Double
amount
|
System.Windows.Size
inputSize
|
Properties
Amount
Declaration
public double Amount { get; }
Property Value
System.Double
|
InputSize
Declaration
public Size InputSize { get; }
Property Value
System.Windows.Size
|