Click or drag to resize

cursormoveFor Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Moves for specified X and Y. It calls checkPositions() afterwards.

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public bool moveFor(
	int xMovement,
	int yMovement = 0
)
Request Example View Source

Parameters

xMovement
Type: SystemInt32
The x movement. Above 0 means in Right direction, below 0 means in Left direction
yMovement (Optional)
Type: SystemInt32
The y movement. Above 0 means Downward, below 0 means Upward

Return Value

Type: Boolean
See Also