Convert this sequence to array

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public T[] ToArray()
Visual Basic (Declaration)
Public Function ToArray As T()
Visual C++
public:
array<T>^ ToArray()

Return Value

the array representation of this sequence

See Also