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

Crops an image. The rectangular section to crop is defined by X/Y coordinates and a size.
Наследование: ImageReplacementFilter
Показать файл Открыть проект Примеры использования класса

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

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

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

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

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

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