Platform | Win32, x64 |
Purpose |
To write the current drawing surface to a BMP file. |
Syntax |
SUBROUTINE WRITE_GRAPHICS_TO_BMP@( FILENAME, ERROR ) |
Description |
Writes the current drawing surface to the file with name FILENAME. ERROR returns one of the following: |
0 |
success |
|
1 |
no current drawing surface or unable to open file |
|
3 |
unable to write to file |
See also |