File: IDrawable.cs
Web Access
Project: src\src\Graphics\src\Graphics\Graphics.csproj (Microsoft.Maui.Graphics)
namespace Microsoft.Maui.Graphics
{
	public interface IDrawable
	{
		void Draw(ICanvas canvas, RectF dirtyRect);
	}
}