我知道這個問題已經得到解答,但不知何故我無法從可用解決方案中解決問題。 using (var stream = new FileStream(@"D:\test\6.png", FileMode.Open))
{
var path = @"D:\test1\";
using (var image = Image.FromStream(stream
我正在使用下面的代碼捕獲使用bltblt的窗口的屏幕截圖。但是標題欄在抓取的屏幕截圖中顯示爲全黑。我在Windows 8.1上運行代碼。有沒有一種方法可以正確捕捉標題欄。 // Retrieve the handle to a display device context for the sourceWindow
hdcScreen = GetDC(ss);
// Retrieve the h