Prepends the specified LeadMatrix onto this LeadMatrix.
public void Prepend(
LeadMatrix matrix
)
Public Sub Prepend( _
ByVal matrix As Leadtools.LeadMatrix _
)
public void Prepend(
Leadtools.LeadMatrix matrix
)
void LeadMatrixPrepend(LeadMatrix *result, const LeadMatrix *matrix)
public void prepend(LeadMatrix matrix)
function Leadtools.LeadMatrix.Prepend(
matrix
)
public:
void Prepend(
Leadtools.LeadMatrix matrix
)
matrix
The matrix to prepend to this LeadMatrix.
This operation is the same as multiplying the matrix passed as the parameter by this LeadMatrix. Matrix multiplication is not commutative, so this operation is not the same as multiplying this LeadMatrix by the matrix passed as the parameter; that is, (matrix * this
) is not the same as (this
* matrix).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET