ImageGear for .NET
move Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > Mark Class : move Method

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.

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.