1 instantiation of ImagePaint
Microsoft.Maui.Graphics (1)
ImageExtensions.cs (1)
59
return new
ImagePaint
{ Image = target };
4 references to ImagePaint
Microsoft.Maui (2)
Graphics\PaintExtensions.cs (2)
16
if (paint is
ImagePaint
)
33
if (paint is
ImagePaint
imagePaint)
Microsoft.Maui.Graphics.Skia (1)
SkiaCanvas.cs (1)
343
else if (paint is
ImagePaint
imagePaint)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
391
if (paint is
ImagePaint
imagePaint)