Hi,
Possibly not the best solution, but you can use GDI's SetPixel method
through P/Invoke.
--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx
"Pat Keel" <(E-Mail Removed)> wrote in message
news:40c61389$0$21334$(E-Mail Removed)...
> Hi there,
> I'm looking for a solution to draw a one pixel sized point to a graphics
> control. E.g. DrawLine(10,10, 11,11) draws 2 pixels, DrawLine(10,10,
> 10,10) has no effect.
> How to do?
> Thanks
> Pat