←Select platform

TranslatePrepend Method

Summary
Prepends a translation of the specified offsets to this LeadMatrix.
Syntax
C#
VB
Objective-C
C++
Java
public void TranslatePrepend( 
   double offsetX, 
   double offsetY 
) 
Public Sub TranslatePrepend( _ 
   ByVal offsetX As Double, _ 
   ByVal offsetY As Double _ 
)  
void LeadMatrixTranslatePrepend(LeadMatrix *matrix, double offsetX, double offsetY) 
public void translatePrepend(double offsetX, double 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

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

Leadtools Assembly

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