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 [quoted text, click to view] "Pat Keel" <pat.keel@freesurf.ch> wrote in message
news:40c61389$0$21334$5402220f@news.sunrise.ch...
> 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