C# Class Cimbalino.Phone.Toolkit.Services.ScreenshotService

Represents an implementation of the IScreenshotService.
Inheritance: IScreenshotService
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Methods

Method Description
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.

Method Details

TakeScreenshot() public method

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

TakeScreenshot() public method

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.
return void