| VectorOfVectorPoint2fGetSize2 Method |
vector[i].size()
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public IReadOnlyList<long> GetSize2()
Public Function GetSize2 As IReadOnlyList(Of Long)
public:
IReadOnlyList<long long>^ GetSize2()
member GetSize2 : unit -> IReadOnlyList<int64>
Return Value
Type:
IReadOnlyListInt64[Missing <returns> documentation for "M:OpenCvSharp.VectorOfVectorPoint2f.GetSize2"]
See Also