Class SharpenEffect
An effect that sharpens the input.
Inherited Members
Namespace: Telerik.Windows.Media.Imaging.ShaderEffects
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class SharpenEffect : ShaderEffectBase
Constructors
SharpenEffect()
Declaration
public SharpenEffect()
Fields
AmountProperty
Declaration
public static readonly DependencyProperty AmountProperty
Field Value
System.Windows.DependencyProperty
|
InputProperty
Declaration
public static readonly DependencyProperty InputProperty
Field Value
System.Windows.DependencyProperty
|
InputSizeProperty
Declaration
public static readonly DependencyProperty InputSizeProperty
Field Value
System.Windows.DependencyProperty
|
ScaleProperty
Declaration
public static readonly DependencyProperty ScaleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Amount
Declaration
[ShaderNumericProperty(0, 0, 2, ResourceKey = "ImageEditor_Amount")]
public double Amount { get; set; }
Property Value
System.Double
|
Input
Declaration
public Brush Input { get; set; }
Property Value
System.Windows.Media.Brush
|
InputSize
The size of the input (in pixels).
Declaration
public Size InputSize { get; set; }
Property Value
System.Windows.Size
|
Name
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
Scale
The amount of scale.
Declaration
public double Scale { get; set; }
Property Value
System.Double
|