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