1 write to bmp
Microsoft.Maui.Essentials (1)
Screenshot\Screenshot.ios.cs (1)
172
this.
bmp
= bmp;
5 references to bmp
Microsoft.Maui.Essentials (5)
Screenshot\Screenshot.ios.cs (5)
182
ScreenshotFormat.Png =>
bmp
.AsPNG(),
183
ScreenshotFormat.Jpeg =>
bmp
.AsJPEG(quality / 100.0f),
196
ScreenshotFormat.Png =>
bmp
.AsPNG(),
197
ScreenshotFormat.Jpeg =>
bmp
.AsJPEG(quality / 100.0f),
212
var cgimage =
bmp
.CGImage!;