←Select platform

Scale Method

Summary
Multiplies the size of the current rectangle by the specified x and y values.
Syntax
C#
C++/CLI
Java
Python
public void Scale( 
   double scaleX, 
   double scaleY 
) 
public void scale( 
   double doubleValue,  
   double doubleValue2 
); 
public: 
void Scale(  
   double scaleX, 
   double scaleY 
)  
def Scale(self,scaleX,scaleY): 

Parameters

scaleX
The scale factor in the x-direction

scaleY
The scale factor in the y-direction

Remarks

You cannot change the values of the Empty rectangle.

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 Assembly

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