ImageGear .NET v24.12 - Updated
move Method

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > Mark class : move Method
Changes the position of the mark.
Syntax
ASP.NET Ajax Javascript (Specification) 
function move( 
   deltaX : number,
   deltaY : number
) : (Any);
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.
Remarks

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.

See Also

Reference

Mark class
Mark Members