| MatOfRectFromArray Method (IEnumerableRect) | 
        
         
            Initializes as N x 1 matrix and copys array data to this
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic static MatOfRect FromArray(
	IEnumerable<Rect> enumerable
)
Public Shared Function FromArray ( 
	enumerable As IEnumerable(Of Rect)
) As MatOfRect
public:
static MatOfRect^ FromArray(
	IEnumerable<Rect>^ enumerable
)
static member FromArray : 
        enumerable : IEnumerable<Rect> -> MatOfRect 
OpenCvSharp.MatOfRect.FromArray = function(enumerable);
Parameters
- enumerable
- Type: System.Collections.GenericIEnumerableRect
 Source array data to be copied to this
Return Value
Type: 
MatOfRect See Also
See Also