摘要:
1. 创建一位图 int bmWidth = 425; // 图片的宽 int bmHeight = 185; // 图片的高 Bitmap bm = new Bitmap(bmWidth,bmHeight); //创建位图 Graphics g = Graphics.FromImage(bm); 2.画矩形图 int xPoint, yPoint; //... 阅读全文
posted @ 2007-09-24 21:37
Aaron_Zhang
阅读(872)
评论(2)
推荐(0)
浙公网安备 33010602011771号