←Select platform

Append Method

Summary

Appends the specified LeadMatrix to this LeadMatrix.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void Append( 
   LeadMatrix matrix 
) 
Public Sub Append( _ 
   ByVal matrix As Leadtools.LeadMatrix _ 
)  
public void Append(  
   Leadtools.LeadMatrix matrix 
) 
void LeadMatrixAppend(LeadMatrix *result, const LeadMatrix *matrix) 
public void append(LeadMatrix matrix) 
 function Leadtools.LeadMatrix.Append(  
   matrix  
) 
public: 
void Append(  
   Leadtools.LeadMatrix matrix 
)  

Parameters

matrix
The matrix to append to this LeadMatrix.

Remarks

This operation is the same as multiplying this LeadMatrix by the matrix passed as the parameter. Matrix multiplication is not commutative, so this operation is not the same as multiplying the matrix passed as the parameter by this LeadMatrix; that is, (this * matrix) is not the same as (matrix * this).

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