- Apr 27, 2000
- 22,547
- 12,413
- 136
I've been trying to figure out what's going on with the drawPoint() method from android.graphics.Canvas. No matter what I do with it, the method does not actually draw any points on the screen (I even tried 0 brushwidth in the Color object, but it would not draw a pixel as advertised).
I even pored over the source for Canvas, but it did not prove to be terribly enlightening (not sure if that posting is complete, either).
Anyone know what's up with drawPoint()? Or can you show me a working implementation somewhere that I can play with? Thanks!
I even pored over the source for Canvas, but it did not prove to be terribly enlightening (not sure if that posting is complete, either).
Anyone know what's up with drawPoint()? Or can you show me a working implementation somewhere that I can play with? Thanks!