I was wondering if the Graphics class provides a way to plot a single Point. I've been programming for a long time, and usually, the first function you find when dealing with graphics is a plot function that draws a single point in a particular color.
With the Graphics class, I can do all kinds of great things with lines, rectangles, curves, etc., but not a single point. The best I've been able to come up with, so far, is to draw a line with a length of 1 and then offset it by .5 units. That seems to draw a point. But there must be a different way. Right???
I'm simply trying to paint a single point in a control's client area--without using an image
Any help would be appreciated.
Thanks,
ravenhunter