Метод | Описание | |
---|---|---|
AlphaMaskByteClipped ( IImageReaderWriter rbuf, uint step, uint offset ) : System | ||
attach ( IImageReaderWriter rbuf ) : void | ||
combine_hspan ( int x, int y, byte buffer, int bufferIndex, int num_pix ) : void | ||
combine_hspanFullCover ( int x, int y, byte covers, int coversIndex, int num_pix ) : void | ||
combine_vspan ( int x, int y, byte buffer, int bufferIndex, int num_pix ) : void | ||
fill_hspan ( int x, int y, byte dst, int dstIndex, int num_pix ) : void | ||
fill_vspan ( int x, int y, byte buffer, int bufferIndex, int num_pix ) : void | ||
pixel ( int x, int y ) : byte |
public AlphaMaskByteClipped ( IImageReaderWriter rbuf, uint step, uint offset ) : System | ||
rbuf | IImageReaderWriter | |
step | uint | |
offset | uint | |
Результат | System |
public attach ( IImageReaderWriter rbuf ) : void | ||
rbuf | IImageReaderWriter | |
Результат | void |
public combine_hspan ( int x, int y, byte buffer, int bufferIndex, int num_pix ) : void | ||
x | int | |
y | int | |
buffer | byte | |
bufferIndex | int | |
num_pix | int | |
Результат | void |
public combine_hspanFullCover ( int x, int y, byte covers, int coversIndex, int num_pix ) : void | ||
x | int | |
y | int | |
covers | byte | |
coversIndex | int | |
num_pix | int | |
Результат | void |
public combine_vspan ( int x, int y, byte buffer, int bufferIndex, int num_pix ) : void | ||
x | int | |
y | int | |
buffer | byte | |
bufferIndex | int | |
num_pix | int | |
Результат | void |
public fill_hspan ( int x, int y, byte dst, int dstIndex, int num_pix ) : void | ||
x | int | |
y | int | |
dst | byte | |
dstIndex | int | |
num_pix | int | |
Результат | void |
public fill_vspan ( int x, int y, byte buffer, int bufferIndex, int num_pix ) : void | ||
x | int | |
y | int | |
buffer | byte | |
bufferIndex | int | |
num_pix | int | |
Результат | void |