This website requires JavaScript.
Explore
Help
Sign In
xmengnet
/
PyQt
Watch
1
Star
0
Fork
You've already forked PyQt
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
master
PyQt
/
Demo
/
ScreenShotDll.py
5 lines
72 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
调用 截图dll(只能用32位)
2018-09-05 15:16:43 +08:00
from
ctypes
import
CDLL
support PySide2
2021-07-13 14:52:26 +08:00
demo
2019-01-01 17:04:10 +08:00
dll
=
CDLL
(
'
Data/ScreenShot.dll
'
)
调用 截图dll(只能用32位)
2018-09-05 15:16:43 +08:00
dll
.
PrScrn
(
)
Reference in a new issue
Copy permalink