Click or drag to resize

MatrixSetMatrix Method

Overload List
  NameDescription
Public methodSetMatrix(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.
Public methodSetMatrix(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.
Public methodSetMatrix(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.
Public methodSetMatrix(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.
Public methodSetMatrix(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.
Top
See Also