CRaPI - Correct Robust and Perfect API

Matrix.SuperimposeDIV Method 

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

public void SuperimposeDIV(
   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