C# Class SoundInTheory.DynamicImage.ShaderEffects.LayerBlending.LayerBlenderEffect

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

Public Properties

Property Type Description
BackgroundProperty System.Windows.DependencyProperty
InputProperty System.Windows.DependencyProperty
RandomBrushProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
IDisposable void

Public Methods

Method Description
LayerBlenderEffect ( BlendMode blendMode, int outputWidth, int outputHeight ) : System

Private Methods

Method Description
IDisposable ( ) : void

Method Details

LayerBlenderEffect() public method

public LayerBlenderEffect ( BlendMode blendMode, int outputWidth, int outputHeight ) : System
blendMode BlendMode
outputWidth int
outputHeight int
return System

Property Details

BackgroundProperty public static property

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

InputProperty public static property

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

RandomBrushProperty public static property

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