Click or drag to resize

DeviceCoordinateType Enumeration

Defines the coordinate system used for simulating pen touches

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public enum CoordinateType
Members
  Member nameValueDescription
SCRIPTEL_PEN_COORD_DISPLAY_SPACE1 Use the coordinate system of display pixels
SCRIPTEL_PEN_COORD_DEVICE_SPACE2 Use the coordinate system of device output. This could be 0-499 for EasyScript 1.0, 0-2999 for EasyScript 3.0, or 0-65535 for ProScript.
See Also