(Leadtools.Annotations.Core)

Scale Method (AnnGroupObject)

Show in webframe





The ratio by which to scale the AnnGroupObject in the x-axis direction.
The ratio by which to scale the AnnGroupObject in the y-axis direction.
A Leadtools.LeadPointD object that represents the center of the scale operation.
Scales the AnnGroupObject by the specified ratios
Syntax
public override void Scale( 
   double scaleX,
   double scaleY,
   LeadPointD origin
)
Public Overrides Sub Scale( _
   ByVal scaleX As Double, _
   ByVal scaleY As Double, _
   ByVal origin As LeadPointD _
) 
public override void Scale( 
   double scaleX,
   double scaleY,
   LeadPointD origin
)

            
@Override public void scale(
   double scaleX,
   double scaleY,
   LeadPointD origin
)
            
 function Leadtools.Annotations.Core.AnnGroupObject.Scale( 
   scaleX ,
   scaleY ,
   origin 
)

Parameters

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

Target Platforms

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


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