文件名称:C# 截 图 代 码 实 现
文件大小:823B
文件格式:TXT
更新时间:2013-05-31 08:34:16
bitmap DC DISPLAY
截取屏幕特定范围的UI。 Bitmap b = new Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height); Graphics graphics = Graphics.FromImage(b); graphics.CopyFromScreen(rect);