| MatOfByte3Add Method (Vec3b) | 
        
         
            Adds elements to the bottom of the matrix. (Mat::push_back)
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic override void Add(
	Vec3b value
)
Public Overrides Sub Add ( 
	value As Vec3b
)
public:
virtual void Add(
	Vec3b value
) override
abstract Add : 
        value : Vec3b -> unit 
override Add : 
        value : Vec3b -> unit Parameters
- value
- Type: OpenCvSharpVec3b
 Added element(s)
Implements
ICollectionTAdd(T) See Also
See Also