posted @ 2019-01-14 20:25 努力成长静待花开 阅读(303) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: Bitmap类的GetPixel和SetPixel方法 实现代码: 阅读全文
摘要:
实现效果: 知识运用: Bitmap类的Clone方法复制图像 实现代码: 阅读全文
posted @ 2019-01-14 12:27 努力成长静待花开 阅读(429) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: Bitmap类的GetPixel和SetPixel方法 public Color GetPixel (int x,int y) //获取bitmap图像中指定像素的颜色 public void SetPixel (int x, int y,Color color) //设置b 阅读全文
posted @ 2019-01-14 11:15 努力成长静待花开 阅读(430) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: Graphics类的FillEllipse方法 //用来填充Rectangle结构指定的边框所定义的椭圆的内部 public void FillEllipse (Brush brush, Rectangle rect) 实现代码: 阅读全文
posted @ 2019-01-13 18:31 努力成长静待花开 阅读(279) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: PictureBox控件的Height和Width属性 和PictureBox控件的SizeMode属性 //PictureBoxSizeMode枚举值 实现代码: 阅读全文
posted @ 2019-01-13 12:12 努力成长静待花开 阅读(421) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: PictureBox控件的MouseEnter事件 窗体的MouseMove事件 实现代码: 阅读全文
posted @ 2019-01-13 11:17 努力成长静待花开 阅读(141) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: Bitmap类的Clone方法 //创建Bitmap对象的 某个部分 的副本 public Bitmap Clone (Rectangle rect, PixelFormat format) //由Rectangle结构和指定的PixelFormat枚举定义 Graphics 阅读全文
posted @ 2019-01-13 00:52 努力成长静待花开 阅读(156) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: Panel控件的AutoScroll属性 //指定容器是否允许用户滚动到任何放置在其可见边界之外的控件 实现代码: 阅读全文
posted @ 2019-01-12 22:56 努力成长静待花开 阅读(213) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: DrawImage方法 public void DrawImage (Image image, Point point) //指定位置绘制原始大小图像 publIc void DrawImage (Image image,Rectangel rect) //指定位置绘制指定大 阅读全文
posted @ 2019-01-12 22:18 努力成长静待花开 阅读(298) 评论(0) 推荐(0)
浙公网安备 33010602011771号