PointerAccessor1D_ByteItem Property OpenCvSharp Class Library
Indexer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public byte this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
zero-based component of the element index

Return Value

Type: Byte
the particular array element

Implements

IPointerAccessor1DTItemInt32
See Also

Reference