Declaration:
void Curcuit(unsigned long handle, int x1, int y1, int x2, int y2);
Description
Draws an unpainted ellipse using the pen selected with the SelectPen function; (x1, y1) are the coordinates of the upper left corner of the rectangle, in which the ellipse will be drawn, (x2, y2) are the coordinates of its lower right corner.
|