Tiro

Matrix.SuperimposeMUL Method 

Superimposes this matrix with the supplied, with respect to the mulitplicated value of each cell

public void SuperimposeMUL(
   Matrix pMatrix,
   int pXOffset,
   int pYOffset
);

Parameters

pMatrix
he matrix to superimpose
pXOffset
The X-offset where to superimpose the matrix
pYOffset
The Y-offset where to superimpose the matrix

Remarks

The called matrix is altered

Exceptions

Exception TypeCondition
ArgumentExceptionis thrown when supplied Matrix is superimposed out of bounds of the called Matrix

See Also

Matrix Class | TeamYaffa.CRaPI.Utility Namespace