←Select platform

Scale Method

Summary

Scales the AnnObject by the specified ratios.

Syntax
C#
VB
Objective-C
C++
Java
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 _ 
)  
-(void) scaleX:(double)scaleX 
             y:(double)scaleY 
       atPoint:(LeadPointD)ptOrg; 
public void scale(double scaleX, 
   double scaleY, 
   LeadPointD origin 
) 
public:  
   virtual void Scale( 
      double scaleX, 
      double scaleY, 
      LeadPointD^ 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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly