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

Adjusts the brightness of the layer.
Наследование: ShaderEffectFilter
Показать файл Открыть проект

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

Метод Описание
GetDestinationDimensions ( FastBitmap source, int &width, int &height ) : bool
GetEffect ( FastBitmap source ) : System.Windows.Media.Effects.Effect

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

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

protected GetDestinationDimensions ( FastBitmap source, int &width, int &height ) : bool
source SoundInTheory.DynamicImage.Util.FastBitmap
width int
height int
Результат bool

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

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