←Select platform

TranslatePrepend Method

Summary
Prepends a translation of the specified offsets to this LeadMatrix.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void TranslatePrepend( 
   double offsetX, 
   double offsetY 
) 
void LeadMatrixTranslatePrepend(LeadMatrix *matrix, double offsetX, double offsetY) 
public void translatePrepend( 
   double doubleValue,  
   double doubleValue2 
); 
public: 
void TranslatePrepend(  
   double offsetX, 
   double offsetY 
)  
def TranslatePrepend(self,offsetX,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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.