C# 클래스 Objectivity.Test.Automation.Common.Helpers.TakeScreenShot

Custom screenshot solution
파일 보기 프로젝트 열기: ObjectivityBSS/Test.Automation

공개 메소드들

메소드 설명
DoIt ( ) : Bitmap

Takes screen shot.

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

Saves the specified bitmap.

메소드 상세

DoIt() 공개 정적인 메소드

Takes screen shot.
public static DoIt ( ) : Bitmap
리턴 System.Drawing.Bitmap

Save() 공개 정적인 메소드

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.
리턴 void