Esempio n. 1
0
        /// <summary>
        /// Captures a screenshot of the entire desktop, and returns the bitmap
        /// </summary>
        public static Bitmap CaptureScreenshot()
        {
            var screenCapture = new ScreenCapture();

            return(screenCapture.CaptureScreenShot());
        }
Esempio n. 2
0
 /// <summary>
 /// Captures a screenshot of the entire desktop, and returns the bitmap
 /// </summary>
 public static Bitmap CaptureScreenshot()
 {
     var screenCapture = new ScreenCapture();
     return screenCapture.CaptureScreenShot();
 }