Click or drag to resize

DebugCoordinate Constructor

Initializes a new instance of the DebugCoordinate class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public DebugCoordinate(
	bool penDown,
	bool dataSource,
	int offset,
	int xMax,
	int xMin,
	int yMax,
	int yMin,
	int xErrCor,
	int yErrCor,
	int xMapped,
	int yMapped,
	int region
)

Parameters

penDown
Type: SystemBoolean
is the pen down
dataSource
Type: SystemBoolean
is this a data source
offset
Type: SystemInt32
the offset
xMax
Type: SystemInt32
x max
xMin
Type: SystemInt32
x min
yMax
Type: SystemInt32
y max
yMin
Type: SystemInt32
y min
xErrCor
Type: SystemInt32
x error correction
yErrCor
Type: SystemInt32
y error correction
xMapped
Type: SystemInt32
x mapped
yMapped
Type: SystemInt32
y mapped
region
Type: SystemInt32
region where the coordinate lives
See Also