随笔分类 -  .NET Compace Framework

Recently, I am interested in the Windows Mobile development and release a free software.
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 阅读(2110) 评论(8) 推荐(0)

导航