C# Class SoundInTheory.DynamicImage.ShaderEffects.UnsharpMaskEffect

Inheritance: System.Windows.Media.Effects.ShaderEffect, IDisposable
Show file Open project: sitdap/dynamic-image

Public Properties

Property Type Description
AmountProperty System.Windows.DependencyProperty
BlurMaskProperty System.Windows.DependencyProperty
InputProperty System.Windows.DependencyProperty
ThresholdProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
IDisposable void

Public Methods

Method Description
UnsharpMaskEffect ( ) : System

Private Methods

Method Description
IDisposable ( ) : void

Method Details

UnsharpMaskEffect() public method

public UnsharpMaskEffect ( ) : System
return System

Property Details

AmountProperty public static property

public static DependencyProperty,System.Windows AmountProperty
return System.Windows.DependencyProperty

BlurMaskProperty public static property

public static DependencyProperty,System.Windows BlurMaskProperty
return System.Windows.DependencyProperty

InputProperty public static property

public static DependencyProperty,System.Windows InputProperty
return System.Windows.DependencyProperty

ThresholdProperty public static property

public static DependencyProperty,System.Windows ThresholdProperty
return System.Windows.DependencyProperty