IPlatformScreenshot Interface

Definition

Provides abstractions for the platform screenshot methods when using Screenshot.

public interface class IPlatformScreenshot : Microsoft::Maui::Media::IScreenshot
public interface IPlatformScreenshot : Microsoft.Maui.Media.IScreenshot
type IPlatformScreenshot = interface
    interface IScreenshot
Public Interface IPlatformScreenshot
Implements IScreenshot
Implements

Properties

IsCaptureSupported

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

(Inherited from IScreenshot)

Methods

CaptureAsync()

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

(Inherited from IScreenshot)

Applies to