DebugCoordinate Constructor |
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
)
Public Sub New (
penDown As Boolean,
dataSource As Boolean,
offset As Integer,
xMax As Integer,
xMin As Integer,
yMax As Integer,
yMin As Integer,
xErrCor As Integer,
yErrCor As Integer,
xMapped As Integer,
yMapped As Integer,
region As Integer
)
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
)
new :
penDown : bool *
dataSource : bool *
offset : int *
xMax : int *
xMin : int *
yMax : int *
yMin : int *
xErrCor : int *
yErrCor : int *
xMapped : int *
yMapped : int *
region : int -> DebugCoordinate
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