Convert the points to a sequence of CvPoint2D32f

C# | Visual Basic | Visual C++ |
public static Seq<MCvPoint2D32f> To2D32fSequence<D>( MemStorage stor, IEnumerable<Point<D>> points ) where D : new(), IComparable
Public Shared Function To2D32fSequence(Of D As {New, IComparable}) ( _ stor As MemStorage, _ points As IEnumerable(Of Point(Of D)) _ ) As Seq(Of MCvPoint2D32f)
public: generic<typename D> where D : gcnew(), IComparable static Seq<MCvPoint2D32f>^ To2D32fSequence( MemStorage^ stor, IEnumerable<Point<D>^>^ points )

- D
[Missing <typeparam name="D"/> documentation for "M:Emgu.CV.PointCollection.To2D32fSequence``1(Emgu.CV.MemStorage,System.Collections.Generic.IEnumerable{Emgu.CV.Point{``0}})"]

- stor (MemStorage)
- The sotrage
- points (IEnumerable<(Of <(Point<(Of <(D>)>)>)>))
- The points to be converted to sequence

A pointer to the sequence