- - -
Functions
- - - - - - - - - - draw_box - - - - - - - - - - - - - - -
| Constants Variables
| - - - - - - -
|
|
draw_box ( 0.1a )
Description: void draw_box ( 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 el borde de un rectángulo
draw_box:
|
|