Thursday, January 14, 2016

How to save the screen as a bmp format




            


Bitmap bmp = new Bitmap (
this.ClientSize.Width, this.ClientSize.Height-20);

Then bmp.Save (no. I now use cf1.0.

What are other ways, right? I can give a. Thank you for using c #
Reply:
Use P / Invoke to achieve SendKeys Api can be achieved.
Reply:
Bitmap bmp = new Bitmap (
this.ClientSize.Width, this.ClientSize.Height-20);

Just generate a size for the current screen, but there is no content in FIG Bale.

No comments:

Post a Comment