  | ReadOnlyArray2DTItem Property  | 
 
            Indexer
            
 
    Namespace: 
   OpenCvSharp.Util
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntaxpublic ref T this[
	int index0,
	int index1
] { get; }Public ReadOnly Default Property Item ( 
	index0 As Integer,
	index1 As Integer
) As T
	Get
public:
property T% default[int index0, int index1] {
	T% get (int index0, int index1);
}member Item : 'T with get
Parameters
- index0
 - Type: SystemInt32
 - index1
 - Type: SystemInt32
 
Return Value
Type: 
TInAttribute
See Also