void CircleFill(int x, int y, int rx, int ry, int color, int destimage)
Generates an filled ellipse centered around coordinates (x, y) with a horizontal radius of xrad and vertical radius yrad of the given color to image dest.
CircleFill (70, 70, 30, 35, RGB(0, 0, 255), screen);
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |