摘要: 想用bitmap显示网络丢包率,发现width,height虽然都是int,但是填得稍微大点就会抛异常Parameter is not valid. 求指点 1 class BitmapFileTest 2 { 3 static void Main(string[] args) 4 { 5 BitmapFileTest test=new BitmapFileTest(); 6 test.GenTest(); 7 } 8 9 public void GenTest()10 ... 阅读全文
posted @ 2013-05-22 16:01 ^^! 阅读(227) 评论(0) 推荐(0) 编辑