共用方式為


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)

適用於