4-Tuple of int (System.Int32)
            
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The Vec4i type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | Vec4i | 
            Initializer
             | 
Properties
| Name | Description | |
|---|---|---|
|  | Item | 
            Indexer
             | 
Methods
| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from ValueType.) | 
|  | GetHashCode | (Inherited from ValueType.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from ValueType.) | 
Fields
| Name | Description | |
|---|---|---|
|  | Item0 | 
            The value of the first component of this object.
             | 
|  | Item1 | 
            The value of the second component of this object.
             | 
|  | Item2 | 
            The value of the third component of this object.
             | 
|  | Item3 | 
            The value of the fourth component of this object.
             | 
See Also