←Select platform

Scale Method

Summary

Appends the specified scale vector to this LeadMatrix.

Syntax
C#
VB
Objective-C
C++
Java
public void Scale( 
   double scaleX, 
   double scaleY 
) 
Public Sub Scale( _ 
   ByVal scaleX As Double, _ 
   ByVal scaleY As Double _ 
)  
void LeadMatrixScale(LeadMatrix *matrix, double scaleX, double scaleY) 
public void scale(double scaleX, double scaleY) 
public: 
void Scale(  
   double scaleX, 
   double scaleY 
)  

Parameters

scaleX
The value by which to scale this LeadMatrix along the x-axis.

scaleY
The value by which to scale this LeadMatrix along the y-axis.

Requirements

Target Platforms

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

Leadtools Assembly