| MatExprRangeIndexerGet Method (Range, Range) | 
        
         
            Creates a matrix header for the specified row/column span.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic MatExpr Get(
	Range rowRange,
	Range colRange
)
Public Function Get ( 
	rowRange As Range,
	colRange As Range
) As MatExpr
public:
MatExpr^ Get(
	Range rowRange, 
	Range colRange
)
member Get : 
        rowRange : Range * 
        colRange : Range -> MatExpr 
function Get(rowRange, colRange);
Parameters
- rowRange
- Type: OpenCvSharpRange
 
- colRange
- Type: OpenCvSharpRange
 
Return Value
Type: 
MatExpr See Also
See Also