LEADTOOLS (Leadtools assembly)

TranslatePrepend Method

Show in webframe







The amount to offset this LeadMatrix along the x-axis.
The amount to offset this LeadMatrix along the y-axis.
Prepends a translation of the specified offsets to this LeadMatrix.
Syntax
public void TranslatePrepend( 
   double offsetX,
   double offsetY
)
'Declaration
 
Public Sub TranslatePrepend( _
   ByVal offsetX As Double, _
   ByVal offsetY As Double _
) 
'Usage
 
Dim instance As LeadMatrix
Dim offsetX As Double
Dim offsetY As Double
 
instance.TranslatePrepend(offsetX, offsetY)
public void TranslatePrepend( 
   double offsetX,
   double offsetY
)

            

            
 function Leadtools.LeadMatrix.TranslatePrepend( 
   offsetX ,
   offsetY 
)
public:
void TranslatePrepend( 
   double offsetX,
   double offsetY
) 

Parameters

offsetX
The amount to offset this LeadMatrix along the x-axis.
offsetY
The amount to offset 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.