Draw Pixels

hawk3d

Member
Joined
Feb 11, 2003
Messages
6
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
 
The best way is to use FillRectangle with a rectangle with a width and height of 1.
 
Thanks it works, the next time i will not forget to take out the SmoothingMode.AntiAlias method, to draw just 1 pixel.
THX.
 
Back
Top