Home > Back-end >  How to realize the desktop screen record
How to realize the desktop screen record

Time:09-26

C # and c + + how to quickly implement desktop screen record

CodePudding user response:

Windows GDI API related methods,
Thinking: 1, intercepting specified window area, pay attention to the desktop is essentially a window,
2, and then use the GDI drawing function to display area,
  • Related