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

Inheritance: System.Windows.Media.Effects.ShaderEffect, IDisposable
Exibir arquivo 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_oe static_oe property

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

InputProperty public_oe static_oe property

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

RandomBrushProperty public_oe static_oe property

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