Screenshot 클래스

정의

스크린샷 API를 사용하면 앱의 현재 표시된 화면을 캡처할 수 있습니다.

public ref class Screenshot abstract sealed
public static class Screenshot
type Screenshot = class
Public Class Screenshot
상속
Screenshot

속성

Default

이 API의 정적 사용에 대한 기본 구현을 제공합니다.

IsCaptureSupported

이 디바이스에서 스크린샷 캡처가 지원되는지 여부를 나타내는 값을 가져옵니다.

메서드

CaptureAsync()

실행 중인 애플리케이션의 현재 화면 스크린샷을 캡처합니다.

적용 대상