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

ScaleVector Method (AnnStickyNoteObject)

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

Parameters

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

AnnStickyNoteObject Object
AnnStickyNoteObject Members

Error processing SSI file