ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / Mark class / move Method

In This Topic
    move Method
    In This Topic
    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