摘要: #include<stdio.h>#include<easyx.h> void button(int x, int y, int w, int h,const char*text) { setbkmode(TRANSPARENT); setfillcolor(BROWN); fillroundrec 阅读全文
posted @ 2022-08-04 22:40 是你华哥 阅读(820) 评论(0) 推荐(0)
摘要: #include<stdio.h>#include<easyx.h>int main(){ initgraph(640, 480);//初始化窗口 setbkcolor(WHITE); cleardevice(); setlinestyle(PS_SOLID, 5); setfillcolor(YE 阅读全文
posted @ 2022-08-04 22:39 是你华哥 阅读(76) 评论(0) 推荐(0)