←Select platform

Translate Method

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