Click or drag to resize

ADCScanValues Constructor

Initializes a new instance of the ADCScanValues class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public ADCScanValues(
	bool penDown,
	bool dataSource,
	int xMin,
	int xMax,
	int yMin,
	int yMax
)

Parameters

penDown
Type: SystemBoolean
Whether or not the pen is down
dataSource
Type: SystemBoolean
Data source of the scan
xMin
Type: SystemInt32
recorded x minimum
xMax
Type: SystemInt32
recorded x maximum
yMin
Type: SystemInt32
recorded y minimum
yMax
Type: SystemInt32
recorded y maximum
See Also