File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ accurately handle the data the tablet device outputs.
1919
2020### Digitizer
2121
22- This refers to the graphics tablet's digitizer, which provides coordinates of where the tool is positioned. This is
23- always required for the device to function.
24-
25- | Property Name | Value Type | Units | Description |
26- | :------------------- : | :--------: | :----------: | :---------- |
27- | Width | ` double ` | mm | The physical width of the digitizer in millimeters
28- | Height | ` double ` | mm | The physical height of the digitizer in millimeters
29- | Horizontal Resolution | ` double ` | Device Units | The horizontal resolution of the digitizer in device units
30- | Vertical Resolution | ` double ` | Device Units | The vertical resolution of the digitizer in device units
22+ This refers to the graphics tablet's digitizer, which provides coordinates of where the tool is positioned.
23+ This is always required for the device to function.
24+
25+ | Property Name | Value Type | Units | Description |
26+ | :-----------: | :--------: | :----------: | :---------- |
27+ | Width | ` double ` | mm | The physical width of the digitizer in millimeters
28+ | Height | ` double ` | mm | The physical height of the digitizer in millimeters
29+ | ` MaxX ` | ` double ` | Device Units | The horizontal resolution of the digitizer in device units
30+ | ` MaxY ` | ` double ` | Device Units | The vertical resolution of the digitizer in device units
3131{: .table .table-dark }
3232
3333### Pen
You can’t perform that action at this time.
0 commit comments