C# 클래스 Apachai.Effects.Core.UnaryPixelOp

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

공개 메소드들

메소드 설명
Apply ( PixelData color ) : PixelData
Apply ( FastBitmap dst, FastBitmap src, Rectangle roi ) : void
Apply ( FastBitmap dst, Point dstOffset, FastBitmap src, Point srcOffset, int scanLength ) : void
Apply ( FastBitmap surface, Rectangle roi ) : void
Apply ( FastBitmap surface, Rectangle roi, int startIndex, int length ) : void
Apply ( PixelData dst, PixelData src, int length ) : void
Apply ( PixelData ptr, int length ) : void
UnaryPixelOp ( ) : System

비공개 메소드들

메소드 설명
ApplyRectangle ( FastBitmap surface, Rectangle rect ) : void

메소드 상세

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

public abstract Apply ( PixelData color ) : PixelData
color System.Drawing.PixelData
리턴 System.Drawing.PixelData

Apply() 공개 메소드

public Apply ( FastBitmap dst, FastBitmap src, Rectangle roi ) : void
dst System.Drawing.FastBitmap
src System.Drawing.FastBitmap
roi System.Drawing.Rectangle
리턴 void

Apply() 공개 메소드

public Apply ( FastBitmap dst, Point dstOffset, FastBitmap src, Point srcOffset, int scanLength ) : void
dst System.Drawing.FastBitmap
dstOffset Point
src System.Drawing.FastBitmap
srcOffset Point
scanLength int
리턴 void

Apply() 공개 메소드

public Apply ( FastBitmap surface, Rectangle roi ) : void
surface System.Drawing.FastBitmap
roi System.Drawing.Rectangle
리턴 void

Apply() 공개 메소드

public Apply ( FastBitmap surface, Rectangle roi, int startIndex, int length ) : void
surface System.Drawing.FastBitmap
roi System.Drawing.Rectangle
startIndex int
length int
리턴 void

Apply() 공개 메소드

public Apply ( PixelData dst, PixelData src, int length ) : void
dst System.Drawing.PixelData
src System.Drawing.PixelData
length int
리턴 void

Apply() 공개 메소드

public Apply ( PixelData ptr, int length ) : void
ptr System.Drawing.PixelData
length int
리턴 void

UnaryPixelOp() 공개 메소드

public UnaryPixelOp ( ) : System
리턴 System