C# Class SoundInTheory.DynamicImage.Filters.ClippingMaskFilter

Clips (reveals) the content of the layer based on the non-transparent content of the specified image.
Inheritance: ShaderEffectFilter
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

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