| MatPtr Method (Int32, Int32, Int32) | 
        
         
            Returns a pointer to the specified matrix element.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic IntPtr Ptr(
	int i0,
	int i1,
	int i2
)
Public Function Ptr ( 
	i0 As Integer,
	i1 As Integer,
	i2 As Integer
) As IntPtr
public:
IntPtr Ptr(
	int i0, 
	int i1, 
	int i2
)
member Ptr : 
        i0 : int * 
        i1 : int * 
        i2 : int -> IntPtr 
function Ptr(i0, i1, i2);
Parameters
- i0
- Type: SystemInt32
 Index along the dimension 0
- i1
- Type: SystemInt32
 Index along the dimension 1
- i2
- Type: SystemInt32
 Index along the dimension 2
Return Value
Type: 
IntPtr See Also
See Also