ClassSharpenEffect
Class
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
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
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