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

Encapsulates methods with which to add a sepia filter to an image.
상속: MatrixFilterBase
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor

공개 메소드들

메소드 설명
TransformImage ( Image source, Image destination ) : Bitmap

Processes the image.

메소드 상세

TransformImage() 공개 메소드

Processes the image.
public TransformImage ( Image source, Image destination ) : Bitmap
source System.Drawing.Image The current image to process
destination System.Drawing.Image The new Image to return
리턴 System.Drawing.Bitmap