Copy Screen Object to Bitmap File
摘要:
This is not a big deal, but it is worth to share for everyone.1privatevoidcopyScreen(stringfilename)2{3Bitmapbmp=newBitmap(this.Width,this.Height);4GraphicsgBmp=Graphics.FromImage(bmp);5IntPtrgBmpHdc=... 阅读全文
posted @ 2008-03-03 11:51 Hill Jing 阅读(2106) 评论(8) 推荐(0)