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