LEADTOOLS (Leadtools assembly)

ScalePrepend Method

Show in webframe







The value by which to scale this LeadMatrix along the x-axis.
The value by which to scale this LeadMatrix along the y-axis.
Prepends the specified scale vector to this LeadMatrix.
Syntax
public void ScalePrepend( 
   double scaleX,
   double scaleY
)
'Declaration
 
Public Sub ScalePrepend( _
   ByVal scaleX As Double, _
   ByVal scaleY As Double _
) 
'Usage
 
Dim instance As LeadMatrix
Dim scaleX As Double
Dim scaleY As Double
 
instance.ScalePrepend(scaleX, 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

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.