LEADTOOLS (Leadtools assembly)

ScaleAtPrepend 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.
The x-coordinate of the scale operation's center point.
The y-coordinate of the scale operation's center point.
Prepends the specified scale about the specified point of this LeadMatrix.
Syntax
public void ScaleAtPrepend( 
   double scaleX,
   double scaleY,
   double centerX,
   double centerY
)
'Declaration
 
Public Sub ScaleAtPrepend( _
   ByVal scaleX As Double, _
   ByVal scaleY As Double, _
   ByVal centerX As Double, _
   ByVal centerY As Double _
) 
'Usage
 
Dim instance As LeadMatrix
Dim scaleX As Double
Dim scaleY As Double
Dim centerX As Double
Dim centerY As Double
 
instance.ScaleAtPrepend(scaleX, scaleY, centerX, 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

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices

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