TabletPropertyDescriptionCollection.InkToDeviceScaleX Property

TabletPropertyDescriptionCollection.InkToDeviceScaleX Property

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

Definition

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

Property Value

System.Single. The conversion factor for the horizontal 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 x-coordinate in ink space by this property to get the x-coordinate in digitizer units.

See Also