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

ScalePoint Method

Show in webframe
The LeadPointD to be scaled.
The ratio by which to scale the LeadPointD in the x-axis direction.
The ratio by which to scale the LeadPointD in the y-axis direction.
Scales the input LeadPointD using the specified scale factor.
Syntax
 function Leadtools.Annotations.Core.AnnTransformer.scalePoint( 
   point ,
   scaleX ,
   scaleY 
)

Parameters

ParameterTypeDescription
pointLeadPointDThe LeadPointD to be scaled.
scaleXdoubleThe ratio by which to scale the LeadPointD in the x-axis direction.
scaleYdoubleThe ratio by which to scale the LeadPointD in the y-axis direction.

Return Value

TypeDescription
LeadPointD The scaled LeadPointD.
See Also

Reference

AnnTransformer Object
AnnTransformer Members

Error processing SSI file