Graphics graphics = Graphics.FromHwnd(this.button1.Handle);
this.button1.Show();
Rectangle newRect = button1.DisplayRectangle;
System.Drawing.Icon ico = new Icon(@"D:\Web.ico");
graphics.DrawIcon(ico, newRect);
graphics.Dispose();
button上没有,form上也没有,是不是没有画出来?
人到中年有点甜
相关分类