ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfMark.move(number,number); |
Parameters
- deltaX
- The distance (in page coordinates) to move the mark to the right. Negative numbers move the mark to the left.
- deltaY
- The distance (in page coordinates) to move the mark down. Negative numbers move the mark up.
This function changes the position of the mark by the given amounts. Positive numbers move the mark to the right or down and negative numbers move to the left or up.