Click or drag to resize

OperatingModes Constructor

Initializes a new instance of the OperatingModes class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public OperatingModes(
	int supportedModes,
	int reserved,
	int acquisitionMode,
	int touchMode,
	int penMode
)

Parameters

supportedModes
Type: SystemInt32
Supported modes
reserved
Type: SystemInt32
Reserved for future use
acquisitionMode
Type: SystemInt32
Acquisition mode
touchMode
Type: SystemInt32
Touch mode
penMode
Type: SystemInt32
Pen mode
See Also