| Vec3wItem Property |
Indexer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public ushort this[
int i
] { get; set; }
Public Default Property Item (
i As Integer
) As UShort
Get
Set
public:
virtual property unsigned short default[int i] {
unsigned short get (int i) sealed;
void set (int i, unsigned short value) sealed;
}
abstract Item : uint16 with get, set
override Item : uint16 with get, set
Parameters
- i
- Type: SystemInt32
Return Value
Type:
UInt16Implements
IVecTItemInt32See Also