I have a WriteableBitmap and would like the user to be able to draw over it as if it was an InkPresenter control. What is the best way to go about doing this in realtime? Using WriteableBitmap.Pixels, I'm able to access each pixel, but when I try to edit them during the MouseMove event, it seems very slow, and only changes one pixel at a time. Are there any libraries or methods to help make this process easier? thanks

link|improve this question

80% accept rate
feedback

1 Answer

Try this..

http://writeablebitmapex.codeplex.com/

link|improve this answer
Thanks. I was using that but it only seems to allow a 1-pixel wide line. It has some nice features, but all I need is a paint brush of arbitrary size. – Brap Dec 8 '10 at 15:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.