www.emgu.com/wiki
Get or Set the color in the location

Declaration Syntax
public TColor this[
Point location
] { get; set; }
Public Default Property Item ( _
location As Point _
) As TColor
public:
property TColor default[Point location] {
TColor get (Point location);
void set (Point location, TColor value);
}

Parameters
- location (Point)
- the location of the pixel

Return Value
the color in the location
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)