摘要:
使用的函数DrawIcon,DrawImageDrawIcon(Icon,Rectangle)DrawIcon(Icon,Int32,Int32)private void Form1_Paint(object sender, PaintEventArgs e){ //创建画板从Paint事件中的直接引用Graphics对象 Graphics graphics = e.Graphics; graphics.Clear(Color.Black); Icon icon = new Icon("test.ico",new Size(256,256)); graph... 阅读全文
posted @ 2012-05-19 00:32
kiny
阅读(351)
评论(0)
推荐(0)
浙公网安备 33010602011771号