Class VectorOfString
Inherited Members
Namespace: OpenCvSharp.Internal.Vectors
Assembly: OpenCvSharp.dll
Syntax
public class VectorOfString : DisposableCvObject, ICvPtrHolder, IStdVector<string>
Constructors
| Improve this Doc View SourceVectorOfString()
Constructor
Declaration
public VectorOfString()
VectorOfString(UIntPtr)
Constructor
Declaration
public VectorOfString(nuint size)
Parameters
Type | Name | Description |
---|---|---|
System.UIntPtr | size |
Properties
| Improve this Doc View SourceSize
vector.size()
Declaration
public int Size { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceDisposeUnmanaged()
Releases unmanaged resources
Declaration
protected override void DisposeUnmanaged()
Overrides
| Improve this Doc View SourceToArray()
Converts std::vector to managed array
Declaration
public string[] ToArray()
Returns
Type | Description |
---|---|
System.String[] |
Implements
IDisposable