I used Graphics.FillRectangle(Brushes.Black, xpoint, ypoint, 1,1) and then made a dot in paint and copied a print screen to paint and compared the points. They both occupied one dot on the grid, which I assume is the smallest dot, a pixel, that you can make. To bad there is not a more obvious method to create a single pixel on the screen with GDI+. Or is there?
|