Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

Translate Method (AnnTextReviewObject)

Show in webframe
The x value by which to translate the AnnTextReviewObject.
The y value by which to translate the AnnTextReviewObject.
Translates the AnnTextReviewObject by the specified values.
Syntax
 function Leadtools.Annotations.Core.AnnTextReviewObject.translate( 
   offsetX ,
   offsetY 
)

Parameters

ParameterTypeDescription
offsetXdoubleThe x value by which to translate the AnnTextReviewObject.
offsetYdoubleThe y value by which to translate the AnnTextReviewObject.
Remarks

This implementation overrides this method to ignore the default behavior since this object type does not support translation.

See Also

Reference

AnnTextReviewObject Object
AnnTextReviewObject Members

Error processing SSI file