Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

TranslatePrepend Method








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
)
void LeadMatrixTranslatePrepend(LeadMatrix *matrix, double offsetX, double 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

Error processing SSI file