shankar Posted December 14, 2002 Posted December 14, 2002 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 Quote
*Gurus* divil Posted December 14, 2002 *Gurus* Posted December 14, 2002 You have to draw a rectangle with width and height 1. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
shankar Posted December 14, 2002 Author Posted December 14, 2002 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 Quote
*Experts* Volte Posted December 14, 2002 *Experts* Posted December 14, 2002 There isn't. The DrawRectangle method is the best way to do it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.