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

Scale Method (AnnTextReviewObject)

Show in webframe
The value for the horizontal scale.
The value for the vertical scale.
The point of origin for the scaling operation.
Scales the AnnObject by the specified ratios.
Syntax
 function Leadtools.Annotations.Core.AnnTextReviewObject.scale( 
   scaleX ,
   scaleY ,
   origin 
)

Parameters

ParameterTypeDescription
scaleXdoubleThe value for the horizontal scale.
scaleYdoubleThe value for the vertical scale.
originLeadPointDThe point of origin for the scaling operation.
Remarks

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

See Also

Reference

AnnTextReviewObject Object
AnnTextReviewObject Members

Error processing SSI file