C# Класс NewTOAPIA.Drawing.RenderPixelBuffer

Наследование: IRenderPixelBuffer
Показать файл Открыть проект

Открытые методы

Метод Описание
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