-
Functions
- bitmap_create - - - - - - - - - -
| Constants Variables
| - - - - - - - - -
|
|
bitmap_create ( 0.1a )
Description: BITMAP bitmap_create ( int width, int height )
width | - Ancho del bitmap | height | - Alto del bitmap |
Devuelve un bitmap de color de fondo negro del tamaño indicado en los parámetros y almacenado en la memória convencional.
|