http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get or Set the color in the rowth row (y direction) and columnth column (x direction)
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public TColor this[ int row, int column ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ row As Integer, _ column As Integer _ ) As TColor Get Set |
Visual C++ |
---|
public: property TColor default[int row, int column] { TColor get (int row, int column); void set (int row, int column, TColor value); } |
Parameters
- row
- Type: System..::..Int32
The zero-based row (y direction) of the pixel
- column
- Type: System..::..Int32
The zero-based column (x direction) of the pixel