C# 클래스 NewTOAPIA.Drawing.RenderPixelBuffer

상속: IRenderPixelBuffer
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
AlphaBlend ( int x, int y, int width, int height, GDIPixmap srchDC, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : void
DrawImage ( GDIPixmap bitmap, System destinationParallelogram, System srcRect, System units ) : void
PixBlt ( IPixelArray pixArray, int x, int y ) : void
PixmapShardBlend ( IPixelArray pixmap, Rectangle srcBoundary, Rectangle destinationRect, float completion ) : void
PixmapShardBlt ( IPixelArray pixmap, Rectangle srcBoundary, Rectangle destinationRect ) : void
RenderPixelBuffer ( IColorAccessor dstAccess ) : System
ScaleBitmap ( GDIPixmap aBitmap, Rectangle aFrame ) : void

메소드 상세

AlphaBlend() 공개 메소드

public AlphaBlend ( int x, int y, int width, int height, GDIPixmap srchDC, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : void
x int
y int
width int
height int
srchDC GDIPixmap
srcX int
srcY int
srcWidth int
srcHeight int
alpha byte
리턴 void

DrawImage() 공개 메소드

public DrawImage ( GDIPixmap bitmap, System destinationParallelogram, System srcRect, System units ) : void
bitmap GDIPixmap
destinationParallelogram System
srcRect System
units System
리턴 void

PixBlt() 공개 메소드

public PixBlt ( IPixelArray pixArray, int x, int y ) : void
pixArray IPixelArray
x int
y int
리턴 void

PixmapShardBlend() 공개 메소드

public PixmapShardBlend ( IPixelArray pixmap, Rectangle srcBoundary, Rectangle destinationRect, float completion ) : void
pixmap IPixelArray
srcBoundary System.Drawing.Rectangle
destinationRect System.Drawing.Rectangle
completion float
리턴 void

PixmapShardBlt() 공개 메소드

public PixmapShardBlt ( IPixelArray pixmap, Rectangle srcBoundary, Rectangle destinationRect ) : void
pixmap IPixelArray
srcBoundary System.Drawing.Rectangle
destinationRect System.Drawing.Rectangle
리턴 void

RenderPixelBuffer() 공개 메소드

public RenderPixelBuffer ( IColorAccessor dstAccess ) : System
dstAccess IColorAccessor
리턴 System

ScaleBitmap() 공개 메소드

public ScaleBitmap ( GDIPixmap aBitmap, Rectangle aFrame ) : void
aBitmap GDIPixmap
aFrame System.Drawing.Rectangle
리턴 void