←Select platform

TranslatePrepend Method

Summary

Prepends a translation of the specified offsets to this LeadMatrix.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void TranslatePrepend( 
   double offsetX, 
   double offsetY 
) 
Public Sub TranslatePrepend( _ 
   ByVal offsetX As Double, _ 
   ByVal offsetY As Double _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly