I am drawing images in a C# Winforms panel with:
private void DrawPanel_Paint(object sender, PaintEventArgs e) { DrawOnPanel(e.Graphics); }