2018年12月27日

摘要: 实现效果: 知识运用: Graphics类的DrawImage方法 //在指定位置 按原始大小绘制指定的Image对象 public void DrawImage(Image image,Point point) 实现代码: 阅读全文

posted @ 2018-12-27 23:56 努力成长静待花开 阅读(419) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: Timer组件的Enabed属性 实现代码: 阅读全文

posted @ 2018-12-27 23:17 努力成长静待花开 阅读(1598) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: Form类的Left和Top属性 实现代码: 阅读全文

posted @ 2018-12-27 22:09 努力成长静待花开 阅读(222) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: Timer组件的interval属性 //获取或设置Timer组件Tick事件发生的时间间隔 public int Interval {get;set} NumericUpDown控件的Value属性 //获取或设置数字显示框的值 public decimal Value { 阅读全文

posted @ 2018-12-27 21:08 努力成长静待花开 阅读(563) 评论(0) 推荐(0) 编辑