Implemented interface member:
method
DrawText
Microsoft.Maui.Graphics.ICanvas.DrawText(Microsoft.Maui.Graphics.Text.IAttributedText, System.Single, System.Single, System.Single, System.Single)
2 overrides of DrawText
Microsoft.Maui.Graphics.Skia (1)
SkiaCanvas.cs (1)
686
public override void
DrawText
(IAttributedText value, float x, float y, float width, float height)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
367
public override void
DrawText
(IAttributedText value, float x, float y, float width, float height)