| MatExprRangeIndexerGet Method (Int32, Int32, Int32, Int32) | 
        
         
            Creates a matrix header for the specified matrix row/column.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic MatExpr Get(
	int rowStart,
	int rowEnd,
	int colStart,
	int colEnd
)
Public Function Get ( 
	rowStart As Integer,
	rowEnd As Integer,
	colStart As Integer,
	colEnd As Integer
) As MatExpr
public:
MatExpr^ Get(
	int rowStart, 
	int rowEnd, 
	int colStart, 
	int colEnd
)
member Get : 
        rowStart : int * 
        rowEnd : int * 
        colStart : int * 
        colEnd : int -> MatExpr 
function Get(rowStart, rowEnd, colStart, colEnd);
Parameters
- rowStart
- Type: SystemInt32
 
- rowEnd
- Type: SystemInt32
 
- colStart
- Type: SystemInt32
 
- colEnd
- Type: SystemInt32
 
Return Value
Type: 
MatExpr See Also
See Also