| MatOfPoint2d Constructor (IEnumerableInt32) | 
        
         
            constructs n-dimensional matrix
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic MatOfPoint2d(
	IEnumerable<int> sizes
)
Public Sub New ( 
	sizes As IEnumerable(Of Integer)
)
public:
MatOfPoint2d(
	IEnumerable<int>^ sizes
)
new : 
        sizes : IEnumerable<int> -> MatOfPoint2dOpenCvSharp.MatOfPoint2d = function(sizes);
Parameters
- sizes
- Type: System.Collections.GenericIEnumerableInt32
 Array of integers specifying an n-dimensional array shape.
 See Also
See Also