←Select platform

Scale Method

Summary
Scales the AnnGroupObject by the specified ratios
Syntax
C#
VB
C++
Java
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 _ 
)  
@Override public void scale( 
   double scaleX, 
   double scaleY, 
   LeadPointD origin 
) 
public:  
   virtual void Scale( 
      double scaleX, 
      double scaleY, 
      LeadPointD^ origin 
   ) override 

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

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.