| MatRowColIndexer Constructor  | 
        
          
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxprotected MatRowColIndexer(
	Mat parent
)
Protected Sub New ( 
	parent As Mat
)
protected:
MatRowColIndexer(
	Mat^ parent
)
new : 
        parent : Mat -> MatRowColIndexerOpenCvSharp.MatRowColIndexer = function(parent);
Parameters
- parent
- Type: OpenCvSharpMat
 
 See Also
See Also