C# Class SoundInTheory.DynamicImage.Filters.OuterGlowFilter

Inheritance: SoundInTheory.DynamicImage.Filters.ShadowFilterBase
Mostra file Open project: sitdap/dynamic-image

Protected Methods

Method Description
ApplyFilter ( FastBitmap source, System.Windows.Media.DrawingContext dc, int width, int height ) : void
GetEffect ( FastBitmap source ) : System.Windows.Media.Effects.Effect
GetPadding ( ) : System.Windows.Vector

Method Details

ApplyFilter() protected method

protected ApplyFilter ( FastBitmap source, System.Windows.Media.DrawingContext dc, int width, int height ) : void
source SoundInTheory.DynamicImage.Util.FastBitmap
dc System.Windows.Media.DrawingContext
width int
height int
return void

GetEffect() protected method

protected GetEffect ( FastBitmap source ) : System.Windows.Media.Effects.Effect
source SoundInTheory.DynamicImage.Util.FastBitmap
return System.Windows.Media.Effects.Effect

GetPadding() protected method

protected GetPadding ( ) : System.Windows.Vector
return System.Windows.Vector