Share via


TabletPropertyDescriptionCollection.InkToDeviceScaleY Property

TabletPropertyDescriptionCollection.InkToDeviceScaleY Property

Gets the conversion factor for the vertical axis from ink space to digitizer coordinates.

Definition

Visual Basic .NET Public ReadOnly Property InkToDeviceScaleY As Single
C# public float InkToDeviceScaleY { get; }
Managed C++ public: __property float* get_InkToDeviceScaleY();

Property Value

System.Single. The conversion factor for the vertical axis from ink space to digitizer coordinates.

This property is read-only. This property has no default value.

Remarks

The InkToDeviceScaleX and InkToDeviceScaleY properties affect the internal representation of strokes created with the CreateStroke(Int32[],TabletPropertyDescriptionCollection) method.

Multiply the y-coordinate in ink space by this property to get the y-coordinate in digitizer units.

See Also