Class
SharpenCommandContext

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class SharpenCommandContext

Inheritance: objectSharpenCommandContext

Constructors

SharpenCommandContext(double, Size)

Declaration

cs-api-definition
public SharpenCommandContext(double amount, Size inputSize)

Parameters

amount

double

inputSize

Size

Properties

Amount

Declaration

cs-api-definition
public double Amount { get; }

Property Value

double

InputSize

Declaration

cs-api-definition
public Size InputSize { get; }

Property Value

Size