plotting points

shankar

Member
Joined
Dec 14, 2002
Messages
12
Hello,
How do I plot points in Visual Basic .NET. I could have done this using PSet() method in VB 6, but what is its equivalent in VB.Net.
Thank you,
Shankar
 
Originally posted by divil
You have to draw a rectangle with width and height 1.
I can also use Garphics.drawString() with dot as string., or draw a circle with small radius But I would like to know if there is any direct method of doing this like the equivalent of PSet() in VB 6.
Thank you,
shankar
 
There isnt. The DrawRectangle method is the best way to do it.
 
Back
Top