C# 클래스 ExtensionMethods.Effects

파일 보기 프로젝트 열기: vrish88/imageeditor

공개 메소드들

메소드 설명
ToBlackAndWhite ( this bitmap ) : Bitmap
ToInvert ( this bitmap ) : Bitmap
ToJitter ( this bitmap ) : Bitmap
ToPixalation ( this bitmap ) : Bitmap
ToSepia ( this bitmap ) : Bitmap
gaussianBlur ( this bitmap, int blur ) : Bitmap
resize ( this bitmap, int width, int height ) : Bitmap
rotate ( this bitmap, int degrees ) : Bitmap

메소드 상세

ToBlackAndWhite() 공개 정적인 메소드

public static ToBlackAndWhite ( this bitmap ) : Bitmap
bitmap this
리턴 System.Drawing.Bitmap

ToInvert() 공개 정적인 메소드

public static ToInvert ( this bitmap ) : Bitmap
bitmap this
리턴 System.Drawing.Bitmap

ToJitter() 공개 정적인 메소드

public static ToJitter ( this bitmap ) : Bitmap
bitmap this
리턴 System.Drawing.Bitmap

ToPixalation() 공개 정적인 메소드

public static ToPixalation ( this bitmap ) : Bitmap
bitmap this
리턴 System.Drawing.Bitmap

ToSepia() 공개 정적인 메소드

public static ToSepia ( this bitmap ) : Bitmap
bitmap this
리턴 System.Drawing.Bitmap

gaussianBlur() 공개 정적인 메소드

public static gaussianBlur ( this bitmap, int blur ) : Bitmap
bitmap this
blur int
리턴 System.Drawing.Bitmap

resize() 공개 정적인 메소드

public static resize ( this bitmap, int width, int height ) : Bitmap
bitmap this
width int
height int
리턴 System.Drawing.Bitmap

rotate() 공개 정적인 메소드

public static rotate ( this bitmap, int degrees ) : Bitmap
bitmap this
degrees int
리턴 System.Drawing.Bitmap