다음을 통해 공유


IScreenshotResult.CopyToAsync(Stream, ScreenshotFormat, Int32) 메서드

정의

public System.Threading.Tasks.Task CopyToAsync (System.IO.Stream destination, Microsoft.Maui.Media.ScreenshotFormat format = Microsoft.Maui.Media.ScreenshotFormat.Png, int quality = 100);
abstract member CopyToAsync : System.IO.Stream * Microsoft.Maui.Media.ScreenshotFormat * int -> System.Threading.Tasks.Task
Public Function CopyToAsync (destination As Stream, Optional format As ScreenshotFormat = Microsoft.Maui.Media.ScreenshotFormat.Png, Optional quality As Integer = 100) As Task

매개 변수

destination
Stream

스크린샷 파일 데이터를 복사할 대상 Stream 입니다.

format
ScreenshotFormat

이 스크린샷을 복사하는 데 사용되는 이미지 형식입니다.

quality
Int32

이 스크린샷을 복사하는 데 사용되는 품질입니다. 품질은 Jpeg 사용되는 경우에만 적용됩니다.

반환

Task 비동기 작업의 현재 상태 있는 개체입니다.

적용 대상