This method sets a point on an object to a specified color.
picturebox.DrawPoint x, y, [color]
None.
The setting of the DrawWidth property determines the size of the point. If DrawWidth is 1, DrawPoint sets a single pixel to the specified color. If DrawWidth is greater than 1, DrawPoint centers the point on the specified coordinates.