Method | Description | |
---|---|---|
GetImageStream ( ) : Stream | ||
GetRowStart ( int row ) : int | ||
PngEncoder ( int width, int height ) : System | ||
SetPixelAtRowStart ( int col, int rowStart, byte red, byte green, byte blue, byte alpha ) : void | ||
SetPixelSlow ( int col, int row, byte red, byte green, byte blue, byte alpha ) : void |
Method | Description | |
---|---|---|
PrepareBuffer ( int width, int height ) : void |
public PngEncoder ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
public SetPixelAtRowStart ( int col, int rowStart, byte red, byte green, byte blue, byte alpha ) : void | ||
col | int | |
rowStart | int | |
red | byte | |
green | byte | |
blue | byte | |
alpha | byte | |
return | void |
public SetPixelSlow ( int col, int row, byte red, byte green, byte blue, byte alpha ) : void | ||
col | int | |
row | int | |
red | byte | |
green | byte | |
blue | byte | |
alpha | byte | |
return | void |