- - -
Functions
- - - - - - - - - - - - - - - - - - - draw_line - - - - - -
| Constants Variables
| - - - - - - -
|
|
draw_line ( 0.1a )
Description: void draw_line ( BITMAP bitmap, int x1, int y1, int x2, int y2, int color )
bitmap | - Bitmap | x1 | - x1 | y1 | - y1 | x2 | - x2 | y2 | - y2 | color | - color |
Dibuja una linea de un color dado, entre la posición (x1, y1) y (x2, y2) sobre el bitmap.
Lineas:
|
|