Get a submatrix corresponding to a specified rectangle
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Use GetSubRect instead, will be removed in the next version")] public Matrix<TDepth> GetSubMatrix( Rectangle rect )
<ObsoleteAttribute("Use GetSubRect instead, will be removed in the next version")> _ Public Function GetSubMatrix ( _ rect As Rectangle _ ) As Matrix(Of TDepth)
[ObsoleteAttribute(L"Use GetSubRect instead, will be removed in the next version")] public: Matrix<TDepth>^ GetSubMatrix( Rectangle rect )
- rect (Rectangle)
- the rectangle area of the sub-matrix
A submatrix corresponding to a specified rectangle