Draw a single pixel on Windows Forms January 7, 2023 by Tarik This will set a single pixel: e.Graphics.FillRectangle(aBrush, x, y, 1, 1);