C# 클래스 SeShell.Test.Core.ScreenShotImage

상속: BaseClass
파일 보기 프로젝트 열기: ectechno/seshell

공개 메소드들

메소드 설명
CaptureScreenShot ( String imageName ) : void

Capture and store the image in jpg format

DeleteFile ( String filePath ) : void

delete the given file

메소드 상세

CaptureScreenShot() 공개 메소드

Capture and store the image in jpg format
public CaptureScreenShot ( String imageName ) : void
imageName String
리턴 void

DeleteFile() 공개 메소드

delete the given file
public DeleteFile ( String filePath ) : void
filePath String
리턴 void