A
Abby Brown
Hi,
I need to draw a line graph a pixel at a time. .Net (GDI+?) doesn't have
Graphics.DrawPixel function so I use Graphics.DrawRectangle(MyPen, X, Y, 1,
1). However, the graph uses a transform so that for small scale values the
rectangle takes many pixels even with a pen width of zero (0).
How do you draw a pixel without scaling applied?
Thanks,
Gary
I need to draw a line graph a pixel at a time. .Net (GDI+?) doesn't have
Graphics.DrawPixel function so I use Graphics.DrawRectangle(MyPen, X, Y, 1,
1). However, the graph uses a transform so that for small scale values the
rectangle takes many pixels even with a pen width of zero (0).
How do you draw a pixel without scaling applied?
Thanks,
Gary