using System.Drawing; namespace PaintDotNet { public interface IPaintBackground { void PaintBackground(Graphics graphics, Rectangle clipRect); } }