New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class BlurCommandContext

Inheritance: objectBlurCommandContext

Constructors

C#
public BlurCommandContext(double amount, Size inputSize)
Parameters:amountdoubleinputSizeSize

Properties

C#
public double Amount { get; }
C#
public Size InputSize { get; }