VectorOfVec4fToArrayT Method
|
Converts std::vector to managed array
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic T[] ToArray<T>()
where T : struct, new()
Public Function ToArray(Of T As {Structure, New}) As T()
public:
generic<typename T>
where T : value class, gcnew()
array<T>^ ToArray()
member ToArray : unit -> 'T[] when 'T : struct, new()
JavaScript does not support generic types or methods.
Type Parameters
- T
- structure that has four int members (ex. CvLineSegmentPoint, CvRect)
Return Value
Type:
T
See Also