←Select platform

ScalePrepend Method

Summary

Prepends the specified scale vector to this LeadMatrix.

Syntax

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

Leadtools Assembly