C# 클래스 ImageProcessor.Imaging.Filters.Photo.MatrixFilterBase

The matrix filter base contains equality methods.
상속: IMatrixFilter
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor

공개 메소드들

메소드 설명
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