IPlatformScreenshot 接口

定义

为使用屏幕截图时的平台屏幕截图方法提供抽象。

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
实现

属性

IsCaptureSupported

获取一个值,该值指示此设备上是否支持捕获屏幕截图。

(继承自 IScreenshot)

方法

CaptureAsync()

捕获正在运行的应用程序的当前屏幕的屏幕截图。

(继承自 IScreenshot)

适用于