2 instantiations of PlatformImage
Microsoft.Maui.Graphics (1)
PlatformImage.cs (1)
186
return new
PlatformImage
(memoryStream.ToArray(), format);
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformImage.cs (1)
146
return new Platform.
PlatformImage
(_creator, _bitmap);
1 reference to PlatformImage
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
529
if (image.ToPlatformImage() is Platform.
PlatformImage
platformImage)