1 write to Info
Microsoft.Maui.Resizetizer (1)
Resizer.cs (1)
14 Info = info;
21 references to Info
Microsoft.Maui.Resizetizer (21)
GenerateSplashAndroidResources.cs (5)
67 if (resizer.Info.Resize) 97 if (resizer.Info.Color is not null) 101 writer.WriteString(resizer.Info.Color.ToString()); 126 writer.WriteAttributeString("android", "src", Namespace, "@drawable/" + resizer.Info.OutputName); 155 writer.WriteAttributeString("android", "src", Namespace, "@drawable/" + resizer.Info.OutputName);
GenerateSplashStoryboard.cs (3)
58 if (resizer.Info.Resize) 83 if (resizer.Info.Resize) 90 var color = resizer.Info.Color ?? SKColors.White;
Resizer.cs (13)
25 public SKSize? BaseSize => Info.BaseSize; 28 tools ??= SkiaSharpTools.Create(Info.IsVector, Info.Filename, Info.BaseSize, Info.Color, Info.TintColor, Logger); 31 => GetRasterFileDestination(Info, dpi, includeIntermediate ? IntermediateOutputPath : null, includeScale); 34 => GetFileDestination(Info, dpi, includeIntermediate ? IntermediateOutputPath : null, includeScale); 67 if (IsUpToDate(Info.Filename, destination, inputsFile, Logger)) 70 if (Info.IsVector) 73 File.Copy(Info.Filename, destination, true); 99 if (Info.IsVector) 102 if (IsUpToDate(Info.Filename, destination, inputsFile, Logger))