摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System 阅读全文
posted @ 2017-12-13 22:01 绳命如此井猜 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 贪吃蛇总结: 1. 创建WPF应用程序 2. 添加Canvas标签。Name=back; 3. 添加loaded事件 4. 在loaded事件中创建蛇(设置蛇的位置,大小,颜色) this.Left = 0; this.Top = 0; this.Width = 800; this.Height = 阅读全文
posted @ 2017-12-13 21:50 绳命如此井猜 阅读(118) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System 阅读全文
posted @ 2017-12-13 21:47 绳命如此井猜 阅读(885) 评论(0) 推荐(1) 编辑
摘要: 贪吃蛇总结: 1. 创建WPF应用程序 2. 添加Canvas标签。Name=back; 3. 添加loaded事件 4. 在loaded事件中创建蛇(设置蛇的位置,大小,颜色) this.Left = 0; this.Top = 0; this.Width = 800; this.Height = 阅读全文
posted @ 2017-12-13 21:45 绳命如此井猜 阅读(2734) 评论(0) 推荐(0) 编辑