←Select platform

ScaleAtPrepend Method

Summary

Prepends the specified scale about the specified point of this LeadMatrix.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void ScaleAtPrepend( 
   double scaleX, 
   double scaleY, 
   double centerX, 
   double centerY 
) 
Public Sub ScaleAtPrepend( _ 
   ByVal scaleX As Double, _ 
   ByVal scaleY As Double, _ 
   ByVal centerX As Double, _ 
   ByVal centerY As Double _ 
)  
public void ScaleAtPrepend(  
   double scaleX, 
   double scaleY, 
   double centerX, 
   double centerY 
) 
void LeadMatrixScaleAtPrepend(LeadMatrix *matrix, double scaleX, double scaleY, double centerX, double centerY) 
public void scaleAtPrepend(double scaleX, double scaleY, double centerX, double centerY) 
 function Leadtools.LeadMatrix.ScaleAtPrepend(  
   scaleX , 
   scaleY , 
   centerX , 
   centerY  
) 
public: 
void ScaleAtPrepend(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly