1. 首页
  2. 课程学习
  3. C++/C
  4. 圆随鼠标点击移动

圆随鼠标点击移动

上传者: 2020-05-18 15:03:29上传 RAR文件 1.85MB 热度 37次
圆随鼠标点击移动 if(m_Shape==0) { rect.left=m_x-50; rect.right=m_x+50; rect.top=m_y-50; rect.bottom=m_y+50; pDC->Ellipse(▭); } else { rect.left=m_x-50; rect.right=m_x+50; rect.top=m_y-30; rect.bottom=m_y+30; pDC->Rectangle(▭); }
下载地址
用户评论
码姐姐匿名网友 2020-05-18 15:03:29

还行,代码简单易懂,适合初学者