Im using visual c# 2005
I want to be able to draw a one pixel big point at an (x, y) location (in pixels) onto the form and also be able to choose the colour of the point.
I used to use visual basic and in this it was
Code:
pset(x, y), rgb(r, g, b)
r meaning red
g meaning green
b meaning blue