Beispiel #1
0
 /// <summary>Saves the screenshot.</summary>
 /// <param name="filePath">The file path.</param>
 public void SaveScreenshot(string filePath)
 {
     ScreenshotHelper.SaveBitmap(CreateScreenshot(), filePath);
 }