C# 클래스 Pinta.Core.UnaryPixelOp

상속: PixelOp
파일 보기 프로젝트 열기: xxgreg/Pinta 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( ColorBgra color ) : ColorBgra
Apply ( ColorBgra dst, ColorBgra src, int length ) : void
Apply ( ColorBgra ptr, int length ) : void
Apply ( ImageSurface surface, Gdk roi ) : void
Apply ( ImageSurface dst, Gdk dstOffset, ImageSurface src, Gdk srcOffset, int scanLength ) : void
Apply ( ImageSurface surface, Gdk roi, int startIndex, int length ) : void
Apply ( ImageSurface dst, ImageSurface src, Gdk roi ) : void
UnaryPixelOp ( ) : System

비공개 메소드들

메소드 설명
ApplyRectangle ( ImageSurface surface, Gdk rect ) : void

메소드 상세

Apply() 공개 추상적인 메소드

public abstract Apply ( ColorBgra color ) : ColorBgra
color ColorBgra
리턴 ColorBgra

Apply() 공개 메소드

public Apply ( ColorBgra dst, ColorBgra src, int length ) : void
dst ColorBgra
src ColorBgra
length int
리턴 void

Apply() 공개 메소드

public Apply ( ColorBgra ptr, int length ) : void
ptr ColorBgra
length int
리턴 void

Apply() 공개 메소드

public Apply ( ImageSurface surface, Gdk roi ) : void
surface Cairo.ImageSurface
roi Gdk
리턴 void

Apply() 공개 메소드

public Apply ( ImageSurface dst, Gdk dstOffset, ImageSurface src, Gdk srcOffset, int scanLength ) : void
dst Cairo.ImageSurface
dstOffset Gdk
src Cairo.ImageSurface
srcOffset Gdk
scanLength int
리턴 void

Apply() 공개 메소드

public Apply ( ImageSurface surface, Gdk roi, int startIndex, int length ) : void
surface Cairo.ImageSurface
roi Gdk
startIndex int
length int
리턴 void

Apply() 공개 메소드

public Apply ( ImageSurface dst, ImageSurface src, Gdk roi ) : void
dst Cairo.ImageSurface
src Cairo.ImageSurface
roi Gdk
리턴 void

UnaryPixelOp() 공개 메소드

public UnaryPixelOp ( ) : System
리턴 System