Метод | Описание | |
---|---|---|
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, |
||
PixmapShardBlt ( IPixelArray pixmap, |
||
RenderPixelBuffer ( IColorAccessor dstAccess ) : System | ||
ScaleBitmap ( GDIPixmap aBitmap, |
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 |
public DrawImage ( GDIPixmap bitmap, System destinationParallelogram, System srcRect, System units ) : void | ||
bitmap | GDIPixmap | |
destinationParallelogram | System | |
srcRect | System | |
units | System | |
Результат | void |
public PixBlt ( IPixelArray pixArray, int x, int y ) : void | ||
pixArray | IPixelArray | |
x | int | |
y | int | |
Результат | void |
public PixmapShardBlend ( IPixelArray pixmap, |
||
pixmap | IPixelArray | |
srcBoundary | ||
destinationRect | ||
completion | float | |
Результат | void |
public PixmapShardBlt ( IPixelArray pixmap, |
||
pixmap | IPixelArray | |
srcBoundary | ||
destinationRect | ||
Результат | void |
public RenderPixelBuffer ( IColorAccessor dstAccess ) : System | ||
dstAccess | IColorAccessor | |
Результат | System |
public ScaleBitmap ( GDIPixmap aBitmap, |
||
aBitmap | GDIPixmap | |
aFrame | ||
Результат | void |