3 implementations of ToPlatformImage
Microsoft.Maui.Graphics (1)
PlatformImage.cs (1)
190 public IImage ToPlatformImage()
Microsoft.Maui.Graphics.Skia (1)
SkiaImage.cs (1)
152 public IImage ToPlatformImage()
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformImage.cs (1)
143 public IImage ToPlatformImage()
1 reference to ToPlatformImage
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
529 if (image.ToPlatformImage() is Platform.PlatformImage platformImage)