| MatRowColIndexerGet Method (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 virtual Mat Get(
	int pos
)
Public Overridable Function Get ( 
	pos As Integer
) As Mat
public:
virtual Mat^ Get(
	int pos
)
abstract Get : 
        pos : int -> Mat 
override Get : 
        pos : int -> Mat Parameters
- pos
- Type: SystemInt32
 
Return Value
Type: 
Mat See Also
See Also