可以将截的图固定在屏幕上,开发的同时还能看之前截图的内容
2022-10-18 14:07:34 1.06MB 截图软件
1
电脑软件截图软件
2022-10-17 21:01:16 68.5MB 电脑软件截图软件
C# 屏幕截图,支持区域截图 public static Image CaptureScreen() { return CaptureWindow(User32.GetDesktopWindow()); } public static Image CaptureWindow(IntPtr handle) { IntPtr hdcSrc = User32.GetWindowDC(handle); RECT windowRect = new RECT(); User32.GetWindowRect(handle, ref windowRect); int width = windowRect.right - windowRect.left; int height = windowRect.bottom - windowRect.top; IntPtr hdcDest = Gdi32.CreateCompatibleDC(hdcSrc); IntPtr hBitmap = Gdi32.CreateCompatibleBitmap(hdcSrc, width, height); IntPtr hOld = Gdi32.SelectObject(hdcDest, hBitmap); Gdi32.BitBlt(hdcDest, 0, 0, width, height, hdcSrc, 0, 0, SRCCOPY); Gdi32.SelectObject(hdcDest, hOld); Gdi32.DeleteDC(hdcDest); User32.ReleaseDC(handle, hdcSrc); Image image = Image.FromHbitmap(hBitmap); Gdi32.DeleteObject(hBitmap); return image; }
2022-10-17 15:19:24 6.65MB C# Capture
1
内含设计源代码,简介以及实验步骤的截图,包含对数据的爬取以及相对应的文件输出,该报告适用于大学的Python课程的期末课程设计。改个名直接就可使用
2022-10-17 10:35:47 363KB
1
FSCaptureSetup截图中文软件,功能非常丰富,支持多种截图功能,长截图,编辑……
2022-10-16 18:07:01 5.15MB 截图软件
1
广东工业大学计算机组成原理实验的部分截图,实验二找不到了,抱歉
2022-10-16 07:38:23 3.47MB 广工 计组实验 截图
1
[微信小程序]movecss效果(截图+源码) (2).zip [微信小程序]movecss效果(截图+源码) (2).zip [微信小程序]movecss效果(截图+源码) (2).zip
2022-10-15 09:09:32 9.85MB 微信小程序
1
截图工具ttttttttttttttttttttttt
2022-10-13 14:01:14 28.77MB 截图工具
1
一款放在桌面的小工具,可以快捷键选中屏幕上的一个区域,然后会自动识别当前区域下的所有文字信息并展示为文档格式,相当快捷好用。
2022-10-12 09:00:48 570KB 文字识别
1
本人多年的工作经验,完善了一套linux安装redis的全过程,有了这个文档,连小白用户都可以轻松安装了,不再需要依赖其他的安装文档了。文档内附带截图,每一步都很清晰。
2022-10-11 18:04:23 222KB linux redis安装 redis设置自启
1