C
C
In VB6, PSet was very good. Now I have tried various things and
nothing works well enough. FillEllipse,DrawEllipse,DrawLine all
produce either a small line of 2 pixels or something else other than a
single pixel, when I am plotting dozens of points. What is a good way
to draw a single pixel?
Writing vertical text was done using GDI in VB6. Now there are
probably simpler ways using the RotateTransform. Could someone tell me
how to write a string like "temperature" vertically (say, the label on
a y axis) with minimal, simple code? Thanks.
nothing works well enough. FillEllipse,DrawEllipse,DrawLine all
produce either a small line of 2 pixels or something else other than a
single pixel, when I am plotting dozens of points. What is a good way
to draw a single pixel?
Writing vertical text was done using GDI in VB6. Now there are
probably simpler ways using the RotateTransform. Could someone tell me
how to write a string like "temperature" vertically (say, the label on
a y axis) with minimal, simple code? Thanks.