1-dimensional indexer
Namespace:
OpenCvSharp.CPlusPlus
Assembly:
OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
public override ushort this[
int i0
] { get; set; }
Public Overrides Default Property Item (
i0 As Integer
) As UShort
Get
Set
public:
virtual property unsigned short default[int i0] {
unsigned short get (int i0) override;
void set (int i0, unsigned short value) override;
}
abstract Item : uint16 with get, set
override Item : uint16 with get, set
Parameters
- i0
- Type: SystemInt32
Index along the dimension 0
Return Value
Type:
UInt16A value to the specified array element.
Reference