Class
SharpenEffect

An effect that sharpens the input.

Definition

Namespace:Telerik.Windows.Media.Imaging.ShaderEffects

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class SharpenEffect : ShaderEffectBase

Inheritance: objectShaderEffectBaseSharpenEffect

Inherited Members ShaderEffectBase.DisplayName

Constructors

SharpenEffect()

Declaration

cs-api-definition
public SharpenEffect()

Fields

AmountProperty

Declaration

cs-api-definition
public static readonly DependencyProperty AmountProperty

Field Value

DependencyProperty

InputProperty

Declaration

cs-api-definition
public static readonly DependencyProperty InputProperty

Field Value

DependencyProperty

InputSizeProperty

Declaration

cs-api-definition
public static readonly DependencyProperty InputSizeProperty

Field Value

DependencyProperty

ScaleProperty

Declaration

cs-api-definition
public static readonly DependencyProperty ScaleProperty

Field Value

DependencyProperty

Properties

Amount

Declaration

cs-api-definition
[ShaderNumericProperty(0, 0, 2, ResourceKey = "ImageEditor_Amount")]
public double Amount { get; set; }

Property Value

double

Input

Declaration

cs-api-definition
public Brush Input { get; set; }

Property Value

Brush

InputSize

The size of the input (in pixels).

Declaration

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

Property Value

Size

Name

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

Overrides ShaderEffectBase.Name

Scale

The amount of scale.

Declaration

cs-api-definition
public double Scale { get; set; }

Property Value

double