←Select platform

Scale Method (LeadRectD)

Summary

Multiplies the size of the current rectangle by the specified x and y values.

Syntax

C#
VB
Java
C++
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize