Share via


TabletPropertyDescriptionCollection.TabletPropertyDescriptionCollection Constructor

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