- - -
Functions
- draw_arc - - - - - - - - - - - - - - - - - - - - - - - -
| Constants Variables
| - - - - - - -
|
|
draw_arc ( 0.2a )
Description: void draw_arc ( BITMAP bitmap, int x, int y, int ang1, int ang2, int r, int color )
| bitmap | - Bitmap | | x | - X | | y | - Y | | ang1 | - Ángulo 1 | | ang2 | - Ángulo 2 | | r | - Radio | | color | - Color |
Dibuja un arco
|