ADCScanValues Constructor |
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
)
Public Sub New (
penDown As Boolean,
dataSource As Boolean,
xMin As Integer,
xMax As Integer,
yMin As Integer,
yMax As Integer
)
public:
ADCScanValues(
bool penDown,
bool dataSource,
int xMin,
int xMax,
int yMin,
int yMax
)
new :
penDown : bool *
dataSource : bool *
xMin : int *
xMax : int *
yMin : int *
yMax : int -> ADCScanValues
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