C# 클래스 Cimbalino.Phone.Toolkit.Services.ScreenshotService

Represents an implementation of the IScreenshotService.
상속: IScreenshotService
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 메소드들

메소드 설명
TakeScreenshot ( ) : void

Creates a screenshot image from the current screen.

TakeScreenshot ( string destinationFilename ) : void

Creates a screenshot image from the current screen and saves it with the specified filename.

메소드 상세

TakeScreenshot() 공개 메소드

Creates a screenshot image from the current screen.
public TakeScreenshot ( ) : void
리턴 void

TakeScreenshot() 공개 메소드

Creates a screenshot image from the current screen and saves it with the specified filename.
public TakeScreenshot ( string destinationFilename ) : void
destinationFilename string The destination filename.
리턴 void