- - -
Functions
- - - - - - - - - - - draw_box_fill - - - - - - - - - - - - - -
| Constants Variables
| - - - - - - -
|
|
draw_box_fill ( 0.1a )
Description: void draw_box_fill ( BITMAP bitmap, int x1, int y1, int x2, int y2, int color )
bitmap | - Bitmap | x1 | - Posición horizontal1 | y1 | - Posición vertical1 | x2 | - Posición horizontal2 | y2 | - Posición vertical2 | color | - Color |
Dibuja un rectángulo relleno de un color
draw_box_fill:
|
|