C# Class NewTOAPIA.Drawing.RenderPixelBuffer

Inheritance: IRenderPixelBuffer
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode 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 méthode

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
Résultat void

DrawImage() public méthode

public DrawImage ( GDIPixmap bitmap, System destinationParallelogram, System srcRect, System units ) : void
bitmap GDIPixmap
destinationParallelogram System
srcRect System
units System
Résultat void

PixBlt() public méthode

public PixBlt ( IPixelArray pixArray, int x, int y ) : void
pixArray IPixelArray
x int
y int
Résultat void

PixmapShardBlend() public méthode

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

PixmapShardBlt() public méthode

public PixmapShardBlt ( IPixelArray pixmap, Rectangle srcBoundary, Rectangle destinationRect ) : void
pixmap IPixelArray
srcBoundary System.Drawing.Rectangle
destinationRect System.Drawing.Rectangle
Résultat void

RenderPixelBuffer() public méthode

public RenderPixelBuffer ( IColorAccessor dstAccess ) : System
dstAccess IColorAccessor
Résultat System

ScaleBitmap() public méthode

public ScaleBitmap ( GDIPixmap aBitmap, Rectangle aFrame ) : void
aBitmap GDIPixmap
aFrame System.Drawing.Rectangle
Résultat void