Click or drag to resize

Capabilities Constructor

Initializes a new instance of the Capabilities class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public Capabilities(
	int supportedReports,
	int reserved1,
	int displayId,
	int brightnessLevels,
	int contrastLevels,
	int colorDepth,
	int displayWidth,
	int displayHeight,
	int digitizerWidth,
	int digitizerHeight,
	int coordinateXMin,
	int coordinateXMax,
	int coordinateYMin,
	int coordinateYMax,
	int calibrationXMin,
	int calibrationXMax,
	int calibrationYMin,
	int calibrationYMax,
	int reserved4,
	int reserved5,
	int cardReader,
	int reserved6,
	int reserved7,
	bool supportsScreensResources,
	int reserved9,
	int reserved10,
	int reserved11,
	int reserved12,
	int reserved13,
	int reserved14
)

Parameters

supportedReports
Type: SystemInt32
Bit mask containing report types this device supports.
reserved1
Type: SystemInt32
The parameter is not used.
displayId
Type: SystemInt32
The type of display contained in this device.
brightnessLevels
Type: SystemInt32
The number of brightness levels supported.
contrastLevels
Type: SystemInt32
The number of contrast levels supported.
colorDepth
Type: SystemInt32
The bit depth of the display.
displayWidth
Type: SystemInt32
The width of the display in pixels.
displayHeight
Type: SystemInt32
The height of the display in pixels.
digitizerWidth
Type: SystemInt32
The width of the digitizer in millimeters.
digitizerHeight
Type: SystemInt32
The height of the digitizer in millimeters.
coordinateXMin
Type: SystemInt32
The minimum X coordinate.
coordinateXMax
Type: SystemInt32
The maximum X coordinate.
coordinateYMin
Type: SystemInt32
The minimum Y coordinate.
coordinateYMax
Type: SystemInt32
The maximum Y coordinate.
calibrationXMin
Type: SystemInt32
The parameter is not used.
calibrationXMax
Type: SystemInt32
The parameter is not used.
calibrationYMin
Type: SystemInt32
The parameter is not used.
calibrationYMax
Type: SystemInt32
The parameter is not used.
reserved4
Type: SystemInt32
The parameter is not used.
reserved5
Type: SystemInt32
The parameter is not used.
cardReader
Type: SystemInt32
The type of card reader equipped on this device.
reserved6
Type: SystemInt32
The parameter is not used.
reserved7
Type: SystemInt32
The parameter is not used.
supportsScreensResources
Type: SystemBoolean
Discloses whether or not this device can use screen and resource methods
reserved9
Type: SystemInt32
The parameter is not used.
reserved10
Type: SystemInt32
The parameter is not used.
reserved11
Type: SystemInt32
The parameter is not used.
reserved12
Type: SystemInt32
The parameter is not used.
reserved13
Type: SystemInt32
The parameter is not used.
reserved14
Type: SystemInt32
The parameter is not used.
See Also