C# Класс SoundInTheory.DynamicImage.Filters.ClippingMaskFilter

Clips (reveals) the content of the layer based on the non-transparent content of the specified image.
Наследование: ShaderEffectFilter
Показать файл Открыть проект

Защищенные методы

Метод Описание
ApplyFilter ( FastBitmap source, System.Windows.Media.DrawingContext dc, int width, int height ) : void
GetEffect ( FastBitmap source ) : System.Windows.Media.Effects.Effect

Описание методов

ApplyFilter() защищенный Метод

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
Результат void

GetEffect() защищенный Метод

protected GetEffect ( FastBitmap source ) : System.Windows.Media.Effects.Effect
source SoundInTheory.DynamicImage.Util.FastBitmap
Результат System.Windows.Media.Effects.Effect