Implemented interface member:
method
DrawImage
Microsoft.Maui.Graphics.ICanvas.DrawImage(Microsoft.Maui.Graphics.IImage, System.Single, System.Single, System.Single, System.Single)
2 overrides of DrawImage
Microsoft.Maui.Graphics.Skia (1)
SkiaCanvas.cs (1)
800 public override void DrawImage(
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
527 public override void DrawImage(IImage image, float x, float y, float width, float height)