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

Represents an implementation of the IScreenshotService.
Inheritance: IScreenshotService
Afficher le fichier Open project: Cimbalino/Cimbalino-Phone-Toolkit

Méthodes publiques

Méthode 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 méthode

Creates a screenshot image from the current screen.
public TakeScreenshot ( ) : void
Résultat void

TakeScreenshot() public méthode

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.
Résultat void