摘要:
public void CaptureScreen() { Image myImage; Graphics g; myImage = new Bitmap(Screen.PrimaryScreen.Bounds.Size.Width, Screen.PrimaryScreen.Bounds.Size.Height); g = Graphics.FromImage(myImage); //截取图片 ... 阅读全文
posted @ 2007-10-24 13:41
IORICC
阅读(222)
评论(0)
推荐(0)