9 references to ClipShape
Microsoft.Maui.Resizetizer (9)
DpiPath.cs (8)
16
public DpiPath(string path, decimal scale, string nameSuffix = null, string scaleSuffix = null, SKSize? size = null, string[] idioms = null,
ClipShape
clip =
ClipShape
.None)
44
public
ClipShape
ClipShape { get; set; }
71
new DpiPath("mipmap-mdpi", 1.0m, "_round", size: new SKSize(48, 48), clip:
ClipShape
.Circle),
72
new DpiPath("mipmap-hdpi", 1.5m, "_round", size: new SKSize(48, 48), clip:
ClipShape
.Circle),
73
new DpiPath("mipmap-xhdpi", 2.0m, "_round", size: new SKSize(48, 48), clip:
ClipShape
.Circle),
74
new DpiPath("mipmap-xxhdpi", 3.0m, "_round", size: new SKSize(48, 48), clip:
ClipShape
.Circle),
75
new DpiPath("mipmap-xxxhdpi", 4.0m, "_round", size: new SKSize(48, 48), clip:
ClipShape
.Circle),
SkiaSharpAppIconTools.cs (1)
154
if (dpi.ClipShape ==
ClipShape
.Circle)