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

ScaleVector Method (AnnObject)

Show in webframe
The ratio by which to scale the AnnObject in the x-axis direction.
The ratio by which to scale the AnnObject 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 AnnObject by the specified ratios, unit vector and center point.
Syntax
 function Leadtools.Annotations.Core.AnnObject.scaleVector( 
   scaleX ,
   scaleY ,
   unitVectorX ,
   unitVectorY ,
   centerPoint 
)

Parameters

ParameterTypeDescription
scaleXdoubleThe ratio by which to scale the AnnObject in the x-axis direction.
scaleYdoubleThe ratio by which to scale the AnnObject 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.
See Also

Reference

AnnObject Object
AnnObject Members

Error processing SSI file