←Select platform

Translate Method

Summary

Appends a translation of the specified offsets to this LeadMatrix.

Syntax
C#
VB
Objective-C
C++
Java
public void Translate( 
   double offsetX, 
   double offsetY 
) 
Public Sub Translate( _ 
   ByVal offsetX As Double, _ 
   ByVal offsetY As Double _ 
)  
void LeadMatrixTranslate(LeadMatrix *matrix, double offsetX, double offsetY) 
public void translate(double offsetX, double offsetY) 
public: 
void Translate(  
   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

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

Leadtools Assembly