←Select platform

ScaleAt Method

Summary

Scales this LeadMatrix by the specified amount about the specified point.

Syntax
C#
VB
Objective-C
C++
Java
public void ScaleAt( 
   double scaleX, 
   double scaleY, 
   double centerX, 
   double centerY 
) 
Public Sub ScaleAt( _ 
   ByVal scaleX As Double, _ 
   ByVal scaleY As Double, _ 
   ByVal centerX As Double, _ 
   ByVal centerY As Double _ 
)  
void LeadMatrixScaleAt(LeadMatrix *matrix, double scaleX, double scaleY, double centerX, double centerY) 
public void scaleAt(double scaleX, double scaleY, double centerX, double centerY) 
public: 
void ScaleAt(  
   double scaleX, 
   double scaleY, 
   double centerX, 
   double 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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly