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

ScaleVector Method (AnnTextReviewObject)

Show in webframe
The ratio by which to scale the AnnTextReviewObject in the x-axis direction.
The ratio by which to scale the AnnTextReviewObject in the y-axis direction.
The X-axis of the unit vector to use in scaling.
The T-axis of the unit vector to use in scaling.
A LeadPointD object that represents the center of the scale operation.
Scales the AnnTextReviewObject by the specified ratios, unit vector and center point.
Syntax
 function Leadtools.Annotations.Core.AnnTextReviewObject.scaleVector( 
   scaleX ,
   scaleY ,
   unitVectorX ,
   unitVectorY ,
   centerPoint 
)

Parameters

ParameterTypeDescription
scaleXdoubleThe ratio by which to scale the AnnTextReviewObject in the x-axis direction.
scaleYdoubleThe ratio by which to scale the AnnTextReviewObject in the y-axis direction.
unitVectorXLeadPointDThe X-axis of the unit vector to use in scaling.
unitVectorYLeadPointDThe T-axis of the unit vector to use in scaling.
centerPointLeadPointDA LeadPointD object that represents the center of the scale 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