←Select platform

ScaleAt Method

Summary
Scales this LeadMatrix by the specified amount about the specified point.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void ScaleAt( 
   double scaleX, 
   double scaleY, 
   double centerX, 
   double centerY 
) 
void LeadMatrixScaleAt(LeadMatrix *matrix, double scaleX, double scaleY, double centerX, double centerY) 
public void scaleAt( 
   double doubleValue,  
   double doubleValue2,  
   double doubleValue3,  
   double doubleValue4 
); 
public: 
void ScaleAt(  
   double scaleX, 
   double scaleY, 
   double centerX, 
   double centerY 
)  
def ScaleAt(self,scaleX,scaleY,centerX,centerY): 

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.

centerX
The x-coordinate of the scale operation's center point.

centerY
The y-coordinate of the scale operation's center point.

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.