C# Class NewTOAPIA.Drawing.RenderPixelBuffer

Inheritance: IRenderPixelBuffer
Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
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

Method Details

AlphaBlend() public method

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
return void

DrawImage() public method

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

PixBlt() public method

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

PixmapShardBlend() public method

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

PixmapShardBlt() public method

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

RenderPixelBuffer() public method

public RenderPixelBuffer ( IColorAccessor dstAccess ) : System
dstAccess IColorAccessor
return System

ScaleBitmap() public method

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