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

TranslatePoints Method

Show in webframe
The LeadPointD array to be translated.
The x value by which to translate the LeadPointD values.
The y value by which to translate the LeadPointD values.
Translates the transformation matrix of the input LeadPointD values by the specified values.
Syntax
 function Leadtools.Annotations.Core.AnnTransformer.translatePoints( 
   points ,
   offsetX ,
   offsetY 
)

Parameters

ParameterTypeDescription
pointsLeadPointDThe LeadPointD array to be translated.
offsetXdoubleThe x value by which to translate the LeadPointD values.
offsetYdoubleThe y value by which to translate the LeadPointD values.

Return Value

TypeDescription
LeadPointD The translated LeadPointD array.
See Also

Reference

AnnTransformer Object
AnnTransformer Members

Error processing SSI file