Click or drag to resize

MatrixGetMatrix Method

Overload List
  NameDescription
Public methodGetMatrix(Int32, Int32)
Gets a new matrix with the values of the specified subset of this matrix.
Public methodGetMatrix(Int32, Int32, Int32)
Gets a new matrix with the values of the specified subset of this matrix.
Public methodGetMatrix(Int32, Int32, Int32)
Gets a new matrix with the values of the specified subset of this matrix.
Public methodGetMatrix(Int32, Int32, Matrix)
Places the values of a subsection of this matrix into the given matrix. The destination matrix must match the dimensions of the requested submatrix.
Public methodGetMatrix(Int32, Int32, Int32, Int32)
Gets a new matrix with the values of the specified subset of this matrix.
Public methodGetMatrix(Int32, Int32, Int32, Matrix)
Places the values of a subsection of this matrix into the given matrix. The destination matrix must match the dimensions of the requested submatrix.
Public methodGetMatrix(Int32, Int32, Int32, Matrix)
Places the values of a subsection of this matrix into the given matrix. The destination matrix must match the dimensions of the requested submatrix.
Public methodGetMatrix(Int32, Int32, Int32, Int32, Matrix)
Places the values of a subsection of this matrix into the given matrix. The destination matrix must match the dimensions of the requested submatrix.
Top
See Also