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)

적용 대상