void Circle(int x, int y, int xrad, int yrad, int color, int dest)
Generates an ellipse (or unfilled circle) centered around coordinates (x, y) with a horizontal radius of xrad and vertical radius yrad of the given color to image dest.
Circle (40, 40, 20, 20, RGB(255, 0, 0), screen);
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |