Python program to repaint screen content

前端 未结 0 1938
一个人的身影
一个人的身影 2021-01-15 20:32
dc = win32gui.GetDC(0)
hwnd_dc = win32gui.WindowFromDC(dc)
win32gui.LineTo(dc, posX,posY)

the above code draw the line on the display screen,

相关标签:
回答
  • 消灭零回复
提交回复
热议问题