Wacom provides an extensive API for retrieving data directly from the tablet. The API includes sample code for determining pressure, tilt, and other interactions:
- Tilt Test : Demonstrates pressure using eraser properties and manual tilt
- Pressure Test : Demonstrates how to detect and display pen pressure.
These code samples are in C, but there are also examples that in C # .net include code for handling pressure:
- WintabDN : Samples of the interface, icon, and tablet using Wintab.NET.
Using this project as an example, you can get this pressure:
Next, here is a CodeProject that explains how to use a Wacom tablet with WPF InkCanvas
Ink APIs are also a good starting point for any spreadsheet development.
source share