MatrixSetMatrix Method | 
| Name | Description | |
|---|---|---|
| SetMatrix(Int32, Int32, Matrix) | 
            Sets the contents of a subset of this matrix to equal the values of the given origin matrix.
            The origin matrix must match the dimensions of the requested submatrix.
              | |
| SetMatrix(Int32, Int32, Int32, Matrix) | 
            Sets the contents of a subset of this matrix to equal the values of the given origin matrix.
            The origin matrix must match the dimensions of the requested submatrix.
              | |
| SetMatrix(Int32, Int32, Int32, Matrix) | 
            Sets the contents of a subset of this matrix to equal the values of the given origin matrix.
            The origin matrix must match the dimensions of the requested submatrix.
              | |
| SetMatrix(Int32, Int32, Int32, Int32, Matrix) | 
            Sets the contents of a subset of this matrix to equal the values of the given origin matrix.
            The origin matrix must match the dimensions of the requested submatrix.
              | |
| SetMatrix(Int32, Int32, Matrix, Int32, Int32) | 
            Sets the contents of a subset of this matrix to equal the values of the given origin matrix.
            The origin matrix must match the dimensions of the requested submatrix.
              |