←Select platform

Scale Method

Summary
Multiplies the size of the current rectangle by the specified x and y values.
Syntax
C#
VB
C++
Java
public void Scale( 
   double scaleX, 
   double scaleY 
) 
Public Sub Scale( _ 
   ByVal scaleX As Double, _ 
   ByVal scaleY As Double _ 
)  
public void scale(double scaleX, double scaleY) 
public: 
void Scale(  
   double scaleX, 
   double 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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