Implemented interface member:
method
Draw
Microsoft.Maui.Graphics.IDrawable.Draw(Microsoft.Maui.Graphics.ICanvas, Microsoft.Maui.Graphics.RectF)
1 override of Draw
Microsoft.Maui (1)
VisualDiagnostics\RectangleGridAdorner.cs (1)
25
public override void
Draw
(ICanvas canvas, RectF dirtyRect)
1 reference to Draw
Microsoft.Maui (1)
VisualDiagnostics\RectangleGridAdorner.cs (1)
27
base.
Draw
(canvas, dirtyRect);