up vote 1 down vote favorite
1
share [g+] share [fb]

Does anyone know of any libraries for .net that allow you to use graphics tablets?

specifically i am after the pressure sensitivity of the pen, but the 'eraser' and buttons on the pen would be useful too.

thanks

link|improve this question

feedback

4 Answers

up vote 1 down vote accepted

Have a look at the source for Paint.NET

EDIT: There should also be a DLL there...

link|improve this answer
feedback

I have also discovered that WPF also has an InkCanvas, which has everything built into it.

link|improve this answer
feedback

http://sourceforge.net/projects/vbtablet/ It worked for me. At least for a while. Now I'm having some problems with it, and trying to find another one. If my search fails, I'm going to use the Windows API directly.

link|improve this answer
feedback

Microsoft's RealTimeStylus API gives access to all pen/stylus data.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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