1 implementation of CopyToAsync
Microsoft.Maui.Essentials (1)
Screenshot\Screenshot.shared.cs (1)
293
public Task
CopyToAsync
(Stream destination, ScreenshotFormat format = ScreenshotFormat.Png, int quality = 100)
1 reference to CopyToAsync
Microsoft.Maui (1)
VisualDiagnostics\VisualDiagnostics.cs (1)
111
await result.
CopyToAsync
(ms, format, quality);