C# Class SoundInTheory.DynamicImage.Filters.OuterGlowFilter

Inheritance: SoundInTheory.DynamicImage.Filters.ShadowFilterBase
Afficher le fichier Open project: sitdap/dynamic-image

Méthodes protégées

Méthode 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 méthode

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
Résultat void

GetEffect() protected méthode

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

GetPadding() protected méthode

protected GetPadding ( ) : System.Windows.Vector
Résultat System.Windows.Vector