LEADTOOLS JavaScript (Leadtools.Annotations.Core)
LEAD Technologies, Inc

ScalePointAt Method


The Leadtools.LeadPointD to be scaled.
The ratio by which to scale the Leadtools.LeadPointD in the x-axis direction.
The ratio by which to scale the Leadtools.LeadPointD in the y-axis direction.
The value representing the center of the scale operation on the x-axis.
The value representing the center of the scale operation on the y-axis.
Scales the input Leadtools.LeadPointD using the specified scale factor and center point.
Syntax
 function Leadtools.Annotations.Core.AnnTransformer.scalePointAt( 
   point ,
   scaleX ,
   scaleY ,
   centerX ,
   centerY 
)
!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!

Parameters

ParameterTypeDescription
pointLeadPointDThe Leadtools.LeadPointD to be scaled.
scaleXdoubleThe ratio by which to scale the Leadtools.LeadPointD in the x-axis direction.
scaleYdoubleThe ratio by which to scale the Leadtools.LeadPointD in the y-axis direction.
centerXdoubleThe value representing the center of the scale operation on the x-axis.
centerYdoubleThe value representing the center of the scale operation on the y-axis.

Return Value

TypeDescription
LeadPointD The scaled Leadtools.LeadPointD.
See Also

Reference

AnnTransformer Object
AnnTransformer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.