摘要:
//窗体上添加一个pictureBox,双击paint事件,内部代码如下 private void pictureBox1_Paint(object sender, PaintEventArgs e) { Bitmap bmp = new Bitmap(e.ClipRectangle.Width,e.ClipRectangle.Height); Graphics g = Graphics.FromImage(bmp); Pen penColor = new Pen(Color.Toma... 阅读全文
posted @ 2012-11-16 11:39
Vic Huang
阅读(485)
评论(0)
推荐(0)

浙公网安备 33010602011771号