protected override void OnPaint(PaintEventArgs e){ e.Graphics.FillRectangle(Brushes.Black, 10, 10, 1, 1); }