How to get the bitmap of the application instead of the screen?

前端 未结 0 1972
长发绾君心
长发绾君心 2021-02-13 06:02

Currently I\'m creating a bitmap of an entire screen, using:

 Bitmap bm = new Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height);
              


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