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