  | MatExprItem Property (Range, Range) | 
 
            Extracts a rectangular submatrix.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntaxpublic MatExpr this[
	Range rowRange,
	Range colRange
] { get; }Public ReadOnly Default Property Item ( 
	rowRange As Range,
	colRange As Range
) As MatExpr
	Get
public:
property MatExpr^ default[Range rowRange, Range colRange] {
	MatExpr^ get (Range rowRange, Range colRange);
}member Item : MatExpr with get
Parameters
- rowRange
 - Type: OpenCvSharpRange
 - colRange
 - Type: OpenCvSharpRange
 
Return Value
Type: 
MatExpr
See Also