←Select platform

Scale Method

Summary
Scales the SelectedObjects by the specified ratios
Syntax
C#
C++/CLI
Java
Python
public override void Scale( 
   double scaleX, 
   double scaleY, 
   LeadPointD origin 
) 
@Override public void scale( 
   double scaleX, 
   double scaleY, 
   LeadPointD origin 
) 
public:  
   virtual void Scale( 
      double scaleX, 
      double scaleY, 
      LeadPointD^ origin 
   ) override 
def Scale(self,scaleX,scaleY,origin): 

Parameters

scaleX
The ratio by which to scale the objects in the x-axis direction.

scaleY
The ratio by which to scale the objects in the y-axis direction.

origin
A Leadtools.LeadPointD object that represents the center of the scale operation.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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