C++之设置背景图片(Easyx)

C++之设置背景图片(Easyx) #include<easyx.h> #include<conio.h> int main() { initgraph(600, 600);//建立一个窗口 IMAGE background;//定义一个图片名. loadimage(&background,"resources\\background.jpg",600,600,1);//从图片文件获取图像
相关文章
相关标签/搜索