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

Scale Method (AnnTextPointerObject)

Show in webframe
The ratio by which to scale the AnnTextPointerObject in the x-axis direction.
The ratio by which to scale the AnnTextPointerObject in the y-axis direction.
A LeadPointD object that represents the center of the scale operation.
Scales the AnnTextPointerObject by the specified ratios.
Syntax
 function Leadtools.Annotations.Core.AnnTextPointerObject.scale( 
   scaleX ,
   scaleY ,
   origin 
)

Parameters

ParameterTypeDescription
scaleXdoubleThe ratio by which to scale the AnnTextPointerObject in the x-axis direction.
scaleYdoubleThe ratio by which to scale the AnnTextPointerObject in the y-axis direction.
originLeadPointDA LeadPointD object that represents the center of the scale operation.
See Also

Reference

AnnTextPointerObject Object
AnnTextPointerObject Members

Error processing SSI file