Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
TabletPropertyDescriptionCollection.TabletPropertyDescriptionCollection Constructor |
Initializes a new instance of the TabletPropertyDescriptionCollection collection that uses the default conversion factors for ink space to digitizer coordinates.
Definition
Visual Basic .NET Public Sub TabletPropertyDescriptionCollection() C# public TabletPropertyDescriptionCollection(); Managed C++ public: TabletPropertyDescriptionCollection();
Remarks
The InkToDeviceScaleX and InkToDeviceScaleY properties are set to 1.0.
Use the TabletPropertyDescriptionCollection() constructor to use the default conversion factors. Use the TabletPropertyDescriptionCollection(Single,Single) constructor to use other conversion factors.
See Also