3 implementations of Downsize
Microsoft.Maui.Graphics (1)
PlatformImage.cs (1)
37 public IImage Downsize(float maxWidth, float maxHeight, bool disposeOriginal = false)
Microsoft.Maui.Graphics.Skia (1)
SkiaImage.cs (1)
34 public IImage Downsize(float maxWidth, float maxHeight, bool disposeOriginal = false)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformImage.cs (1)
79 public IImage Downsize(float maxWidth, float maxHeight, bool disposeOriginal = false)