C# Class Objectivity.Test.Automation.Common.Helpers.TakeScreenShot

Custom screenshot solution
Afficher le fichier Open project: ObjectivityBSS/Test.Automation

Méthodes publiques

Méthode Description
DoIt ( ) : Bitmap

Takes screen shot.

Save ( Bitmap bitmap, ImageFormat format, string folder, string title ) : void

Saves the specified bitmap.

Method Details

DoIt() public static méthode

Takes screen shot.
public static DoIt ( ) : Bitmap
Résultat System.Drawing.Bitmap

Save() public static méthode

Saves the specified bitmap.
public static Save ( Bitmap bitmap, ImageFormat format, string folder, string title ) : void
bitmap System.Drawing.Bitmap The bitmap.
format System.Drawing.Imaging.ImageFormat The format.
folder string The folder.
title string The title.
Résultat void