Share via


IScreenshot Interface

Definition

The Screenshot API lets you take a capture of the current displayed screen of the app.

public interface class IScreenshot
public interface IScreenshot
type IScreenshot = interface
Public Interface IScreenshot
Derived

Properties

Name Description
IsCaptureSupported

Gets a value indicating whether capturing screenshots is supported on this device.

Methods

Name Description
CaptureAsync()

Captures a screenshot of the current screen of the running application.

Applies to