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

An effect that sharpens the input.

Definition

Namespace:Telerik.Windows.Media.Imaging.ShaderEffects

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class SharpenEffect : ShaderEffectBase

Inheritance: objectShaderEffectBaseSharpenEffect

Inherited Members ShaderEffectBase.DisplayName

Constructors

C#
public SharpenEffect()

Fields

AmountProperty

DependencyProperty

C#
public static readonly DependencyProperty AmountProperty

InputProperty

DependencyProperty

C#
public static readonly DependencyProperty InputProperty

InputSizeProperty

DependencyProperty

C#
public static readonly DependencyProperty InputSizeProperty

ScaleProperty

DependencyProperty

C#
public static readonly DependencyProperty ScaleProperty

Properties

C#
[ShaderNumericProperty(0, 0, 2, ResourceKey = "ImageEditor_Amount")]
public double Amount { get; set; }

Input

Brush

C#
public Brush Input { get; set; }

The size of the input (in pixels).

C#
public Size InputSize { get; set; }
C#
public override string Name { get; }

Overrides: ShaderEffectBase.Name

The amount of scale.

C#
public double Scale { get; set; }