hawk3d Posted February 11, 2003 Posted February 11, 2003 is in GDi+ any DrawPoint like method ? If you want to draw only and exactly one pixel in the screen, how can you do that ? if you use de DrawLine(pen,x,y,x,y) doesn´t draw any pixel. THX. Quote
*Gurus* divil Posted February 11, 2003 *Gurus* Posted February 11, 2003 The best way is to use FillRectangle with a rectangle with a width and height of 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
hawk3d Posted February 11, 2003 Author Posted February 11, 2003 Thank's it works, the next time i will not forget to take out the SmoothingMode.AntiAlias method, to draw just 1 pixel. THX. 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.