| MatOfPoint2fAdd Method (Point2f) | 
        
         
            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(
	Point2f value
)
Public Overrides Sub Add ( 
	value As Point2f
)
public:
virtual void Add(
	Point2f value
) override
abstract Add : 
        value : Point2f -> unit 
override Add : 
        value : Point2f -> unit Parameters
- value
- Type: OpenCvSharpPoint2f
 Added element(s)
Implements
ICollectionTAdd(T) See Also
See Also