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

TranslatePoint Method

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

Parameters

ParameterTypeDescription
pointLeadPointDThe LeadPointD to be translated.
offsetXdoubleThe x value by which to translate the LeadPointD.
offsetYdoubleThe y value by which to translate the LeadPointD.

Return Value

TypeDescription
LeadPointD The translated LeadPointD.
See Also

Reference

AnnTransformer Object
AnnTransformer Members

Error processing SSI file