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: System.Boolean
is the pen down
dataSource
Type: System.Boolean
is this a data source
offset
Type: System.Int32
the offset
xMax
Type: System.Int32
x max
xMin
Type: System.Int32
x min
yMax
Type: System.Int32
y max
yMin
Type: System.Int32
y min
xErrCor
Type: System.Int32
x error correction
yErrCor
Type: System.Int32
y error correction
xMapped
Type: System.Int32
x mapped
yMapped
Type: System.Int32
y mapped
region
Type: System.Int32
region where the coordinate lives
See Also