2008年3月3日

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 阅读(2121) 评论(8) 推荐(0)

导航