6 references to Png
Microsoft.Maui (2)
VisualDiagnostics\VisualDiagnostics.cs (2)
84 return await ScreenshotResultToArray(result, ScreenshotFormat.Png, 100); 96 return await ScreenshotResultToArray(result, ScreenshotFormat.Png, 100);
Microsoft.Maui.Essentials (4)
Screenshot\Screenshot.shared.cs (4)
120 Task<Stream> OpenReadAsync(ScreenshotFormat format = ScreenshotFormat.Png, int quality = 100); 129 Task CopyToAsync(Stream destination, ScreenshotFormat format = ScreenshotFormat.Png, int quality = 100); 290 public Task<Stream> OpenReadAsync(ScreenshotFormat format = ScreenshotFormat.Png, int quality = 100) 293 public Task CopyToAsync(Stream destination, ScreenshotFormat format = ScreenshotFormat.Png, int quality = 100)