- - -
Functions
- - - - - - - - - - - - - draw_circle_fill - - - - - - - - - - - -
| Constants Variables
| - - - - - - -
|
|
draw_circle_fill ( 0.1a )
Description: void draw_circle_fill ( BITMAP bitmap, int x, int y, int r, int color )
bitmap | - Bitmap | x | - Posición horizontal del centro | y | - Posición vertical del centro | r | - Radio del círculo | color | - Color |
Dibuja un círculo
draw_circle_fill:
|
|