C# Класс ImageProcessor.Imaging.Filters.Photo.MatrixFilterBase

The matrix filter base contains equality methods.
Наследование: IMatrixFilter
Показать файл Открыть проект

Открытые методы

Метод Описание
Equals ( object obj ) : bool

Determines whether the specified IMatrixFilter, is equal to this instance.

GetHashCode ( ) : int

Returns the hash code for this instance.

TransformImage ( Image image, Image newImage ) : Bitmap

Processes the image.

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

Equals() публичный Метод

Determines whether the specified IMatrixFilter, is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Результат bool

GetHashCode() публичный Метод

Returns the hash code for this instance.
public GetHashCode ( ) : int
Результат int

TransformImage() публичный абстрактный Метод

Processes the image.
public abstract TransformImage ( Image image, Image newImage ) : Bitmap
image System.Drawing.Image The current image to process
newImage System.Drawing.Image The new Image to return
Результат System.Drawing.Bitmap