上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 69 下一页

2019年1月14日

摘要: 实现效果: 知识运用: Bitmap类的GetPixel和SetPixel方法 实现代码: 阅读全文

posted @ 2019-01-14 20:25 努力成长静待花开 阅读(299) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: Bitmap类的Clone方法复制图像 实现代码: 阅读全文

posted @ 2019-01-14 12:27 努力成长静待花开 阅读(416) 评论(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 努力成长静待花开 阅读(407) 评论(0) 推荐(0) 编辑

2019年1月13日

摘要: 实现效果: 知识运用: Graphics类的FillEllipse方法 //用来填充Rectangle结构指定的边框所定义的椭圆的内部 public void FillEllipse (Brush brush, Rectangle rect) 实现代码: 阅读全文

posted @ 2019-01-13 18:31 努力成长静待花开 阅读(270) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: PictureBox控件的Height和Width属性 和PictureBox控件的SizeMode属性 //PictureBoxSizeMode枚举值 实现代码: 阅读全文

posted @ 2019-01-13 12:12 努力成长静待花开 阅读(408) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: PictureBox控件的MouseEnter事件 窗体的MouseMove事件 实现代码: 阅读全文

posted @ 2019-01-13 11:17 努力成长静待花开 阅读(134) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: Bitmap类的Clone方法 //创建Bitmap对象的 某个部分 的副本 public Bitmap Clone (Rectangle rect, PixelFormat format) //由Rectangle结构和指定的PixelFormat枚举定义 Graphics 阅读全文

posted @ 2019-01-13 00:52 努力成长静待花开 阅读(151) 评论(0) 推荐(0) 编辑

2019年1月12日

摘要: 实现效果: 知识运用: Panel控件的AutoScroll属性 //指定容器是否允许用户滚动到任何放置在其可见边界之外的控件 实现代码: 阅读全文

posted @ 2019-01-12 22:56 努力成长静待花开 阅读(207) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: DrawImage方法 public void DrawImage (Image image, Point point) //指定位置绘制原始大小图像 publIc void DrawImage (Image image,Rectangel rect) //指定位置绘制指定大 阅读全文

posted @ 2019-01-12 22:18 努力成长静待花开 阅读(288) 评论(0) 推荐(0) 编辑

2019年1月11日

摘要: 实现效果: 知识运用: Graphics类的DrawString方法 public void DrawString (string s, Font font, Brush brush,float x flloat y) //在指定位置且用指定的Brush和Font对象绘制指定的文本字符串 实现代码: 阅读全文

posted @ 2019-01-11 22:49 努力成长静待花开 阅读(172) 评论(0) 推荐(0) 编辑

上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 69 下一页