3 implementations of Resize
Microsoft.Maui.Graphics (1)
PlatformImage.cs (1)
42 public IImage Resize(float width, float height, ResizeMode resizeMode = ResizeMode.Fit, bool disposeOriginal = false)
Microsoft.Maui.Graphics.Skia (1)
SkiaImage.cs (1)
43 public IImage Resize(float width, float height, ResizeMode resizeMode = ResizeMode.Fit, bool disposeOriginal = false)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformImage.cs (1)
84 public IImage Resize(float width, float height, ResizeMode resizeMode = ResizeMode.Fit,