WallBreaker2 / op

Windows消息模拟,gdi,dx,opengl截图,找图,找字(OCR)
MIT License
400 stars 154 forks source link

是否有可以根据句柄画矩形的功能? #100

Closed rwerplus closed 8 months ago

rwerplus commented 9 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

flaot commented 8 months ago

说的应该是窗口句柄吧 使用接口GetClientRect获取窗口在桌面的位置及大小 然后用win32API创建自定义透明窗口,在窗口中用GDI函数画矩形