1 write to ForegroundScale
Microsoft.Maui.Resizetizer (1)
ResizeImageInfo.cs (1)
115 info.ForegroundScale = fsc;
3 references to ForegroundScale
Microsoft.Maui.Resizetizer (3)
AndroidAdaptiveIconGenerator.cs (1)
128 tools.Resize(dpi, destination, Info.ForegroundScale, dpiSizeIsAbsolute: true);
SkiaSharpAppIconTools.cs (2)
132 if (Info.ForegroundScale != 1.0) 134 var userFgScale = (float)Info.ForegroundScale;