better-genshin-impact/Vision.WindowCapture
2024-10-13 21:09:41 +08:00
..
BitBlt code cleanup 2024-08-14 18:01:02 +08:00
GraphicsCapture code cleanup 2024-08-14 18:01:02 +08:00
CaptureModeEnum.cs Define configuration 2023-09-28 19:19:46 +08:00
CaptureModeExtensions.cs code cleanup 2024-08-14 18:01:02 +08:00
IWindowCapture.cs code cleanup 2024-08-14 18:01:02 +08:00
README.md feat: init 2023-08-27 09:12:37 +08:00
Vision.WindowCapture.csproj Revert "feat: 优化autopath MoveTo逻辑" 2024-10-13 21:09:41 +08:00
WindowCaptureFactory.cs code cleanup 2024-08-14 18:01:02 +08:00

Vision.WindowCapture

一个针对窗口截图的库。输入窗口句柄后可以进行捕获,不会捕获覆盖窗体的内容。

支持以下方案:

  • BitBlt
  • Windows.Graphics.Capture
  • DwmSharedSurface (建设中)