(Leadtools.Annotations.Core)

Scale 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.
A Leadtools.LeadPointD object that represents the center of the scale operation.
Scales the AnnObject by the specified ratios.
Syntax
public virtual void Scale( 
   double scaleX,
   double scaleY,
   LeadPointD origin
)
Public Overridable Sub Scale( _
   ByVal scaleX As Double, _
   ByVal scaleY As Double, _
   ByVal origin As LeadPointD _
) 
public virtual void Scale( 
   double scaleX,
   double scaleY,
   LeadPointD origin
)
-(void) scaleX:(double)scaleX
             y:(double)scaleY
       atPoint:(LeadPointD)ptOrg;
            
public void scale(double scaleX,
   double scaleY,
   LeadPointD origin
)
            
 function Leadtools.Annotations.Core.AnnObject.Scale( 
   scaleX ,
   scaleY ,
   origin 
)

Parameters

scaleX
The ratio by which to scale the AnnObject in the x-axis direction.
scaleY
The ratio by which to scale the AnnObject in the y-axis direction.
origin
A Leadtools.LeadPointD object that represents the center of the scale operation.
Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.