290| 2
|
[经验求助] 各位大神C#如何正确截取缩放的窗口 |
发表于 2024-8-13 22:29
50吾爱币
最佳答案获取缩放率错误
[mw_shl_code=csharp,true]
[DllImport("gdi32.dll", EntryPoint = "GetDeviceCaps", SetLastError = true)]
public static extern int GetDeviceCaps(IntPtr hdc, int nIndex);
private void CaptureScreen()
{
// 获取窗体客户区域大小
Rectangle bounds = this.ClientRectangle;
var g = Graphics.FromHwnd(IntPtr. ...
| ||
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
||
发表于 2024-8-13 22:29
| ||
RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )
GMT+8, 2024-12-12 18:33
Powered by Discuz!
Copyright © 2001-2020, Tencent Cloud.