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)
Syntaxpublic enum CoordinateType
Public Enumeration CoordinateType
public enum class CoordinateType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | SCRIPTEL_PEN_COORD_DISPLAY_SPACE | 1 | 
            Use the coordinate system of display pixels
             | 
 | SCRIPTEL_PEN_COORD_DEVICE_SPACE | 2 | 
            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