xstuff.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:0k
- int DrawRectangle(int x, int y, int width, int height, int transient);
- int FillRectangle(int x, int y, int width, int height, int transient);
- int DrawPolygon(XPoint *pts, int no_of_pts, int transient);
- int FillPolygon(XPoint *pts, int no_of_pts, int transient);
- int DrawOval(int x, int y, int xr, int yr, int transient);
- int DrawLine(int x, int y, int xr, int yr, int transient);
- int DrawString(char *font, char *str, int x, int y, int transient);
- int ClearDisplay();
- int UpdateDisplay();